Problem solving methodology Flashcards
Good to know, but you'll probably only be quizzed on the bare basics during interviews. Just know about basic time/space complexity, linear time, constant time, hashing, stacks/queues, traversing tree-like structures, you'll probably be fine. Linked lists, other types of data structures
1
Q
What are the four things we need to look for when it comes to solving any programming issue?
A
Identify the Objective, iteration, identify the conditions, identify the actions. obj,itr,con,act