- Sliding Window
- Two Pointers
- Fast — Slow pointers
- Merge Intervals
- Cyclic Sort
- In-place Reversal of a LinkedList
- Tree Breadth First Search
- Tree Depth First Search
- Two Heaps
- Subsets
- Modified Binary Search
- Bitwise XOR
- Top K Elements
- K-way merge
- 0 or 1 Knapsack (Dynamic Programming)
- Topological Sort (Graph)
- Others
With the above Repo at hand, you can either use LeetCode or any IDE or terminal to practice these questions.
Think and look for insights online for the first 30 minutes, if it still does not work. Check my solutions! Don’t be ashamed and don’t waste time on thinking too much like I used to.
Always think and try for around 10–15 min, if not working check my solutions.
Time your coding durations, make sure easy and medium questions don’t pass 20 min and hard 35 min.
hahahah