My solutions to some Competitive Programming Problems based on resources provided by Parth Dwivedi and Kunal Kundwani
- CP Handbook by Antti Laaksonen
- https://cp-algorithms.com
- Algorithm design Book
- CLRS Book
- Basics and Template
- week 1 (Basic & Logic based)
- week 2 (sliding window, meet in the middle, 2 pointers, STL)
- week 2 (binary search)
- week 3-4 (data structures, sorting & searching)
- week5 (dp, greedy, number theory)
- week6 (graphs)
- a2oj ladder, cses, interview-bit, leetcode
- Code In Quarantine CP by WnCC
- CP for AP (CS293 2022)