Interview Prep Tips
What to practice for Software Engineer Interviews
Data Structures | Algorithms | Concepts |
---|---|---|
Linked Lists | Breadth-First Search | Bit Manipulation |
Trees, Tries, and Graphs | Depth-First Search | Memory (Stack and Heap) |
Stacks and Queues | Binary Search | Recursion |
Heaps | Merge Sort | Dynamic Programming |
Vectors and Arrays | Quick Sort | Big O Time and Space |
Hash Tables |