https://github.com/shilpakancharla/interview_prep
https://github.com/shilpakancharla/interview_prep
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shilpakancharla/interview_prep
- Owner: shilpakancharla
- Created: 2021-10-17T19:13:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T16:46:47.000Z (about 3 years ago)
- Last Synced: 2025-01-19T22:49:26.721Z (3 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Topic Categories
1. Sliding Window
2. Two Pointers or Iterators
3. Fast & Slow Pointers
4. Merge Intervals
5. Cyclic Sort
6. In-place Reversal of Linked List
7. Tree BFS
8. Tree DFS
9. Two Heaps
10. Subsets
11. Modified Binary Search
12. Top K Elements
13. K-way Merge
14. Topological Sort