-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Laurie Reynolds edited this page Oct 17, 2015
·
6 revisions
Welcome to the Interview Prep Wiki
Each data structure and algorithm is described as follows:
- Definition
- Key Concepts
- Techniques
- Resources
- Examples
Core Data Structures | Graphs & Trees | Recursion |
---|---|---|
Arrays | Graphs | Backtracking |
Stacks | Trees | |
Queues | Binary Trees | |
Linked Lists | Heaps | |
Hashtables |
Search | Sort | Line Sweep |
---|---|---|
Binary | Quick | |
Breadth First (BFS) | Bubble | |
Depth First (DFS) | Merge | |
Selection | ||
Insertion | ||
Radix |