Technical Interview Preparation Sheet
Technical Interview Preparation Sheet
Array Problems
Move All Zeros to Right: Rearrange the array to move all zeros to
the end.
Recursion
Linked Lists
Merge Two Sorted Linked Lists: Merge two sorted linked lists
into one sorted list.
Trees
Next Greater Element: For each element, find the next greater
element using a stack.
Heap Sort: Sort the array using the heap sort algorithm.
Find Kth Largest Element: Use a heap to find the kth largest
element in an array.
2. Databases
4. System Design
Common Topics:
Platforms
Books
Other Tips
Schedule