https://github.com/dat-lequoc/cp-roadmap-checklist
A checklist of CP roadmap based on "The Ultimate Topic List"
https://github.com/dat-lequoc/cp-roadmap-checklist
checklist coding-competition problem-solving roadmap
Last synced: 7 months ago
JSON representation
A checklist of CP roadmap based on "The Ultimate Topic List"
- Host: GitHub
- URL: https://github.com/dat-lequoc/cp-roadmap-checklist
- Owner: dat-lequoc
- Created: 2021-10-05T15:09:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T10:01:47.000Z (about 4 years ago)
- Last Synced: 2025-03-23T00:23:50.362Z (8 months ago)
- Topics: checklist, coding-competition, problem-solving, roadmap
- Language: C++
- Homepage:
- Size: 1.13 MB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CP Roadmap
This is a checklist to track my progress in CP. Thanks a lot for this awesome topic list written by [@ShahjalalShohag](https://github.com/ShahjalalShohag).
You may fork this repository and tick ✔️ every task you’re done.
Lastly, I hope it could be useful for someone...
Keep calm and practice!
## Table of contents
1. [Basics](content/Basics.md)
2. [Math](content/Math.md)
3. [Number Theory](content/NumberTheory.md)
4. [Graph Theory](content/GraphTheory.md)
5. [Data Structure](content/DataStructure.md)
6. [Strings](content/Strings.md)
7. [DP](content/DP.md)
8. [Geometry](content/Geometry.md)
9. [Miscellaneous](content/Miscellaneous.md)
10. [Important Links](content/ImportantLinks.md)