https://github.com/madarauchiha-314/competitive-coding
Solutions to programming contests and problems
https://github.com/madarauchiha-314/competitive-coding
atcoder codechef codeforces codejam competitive-programming cses hackercup spoj
Last synced: 4 months ago
JSON representation
Solutions to programming contests and problems
- Host: GitHub
- URL: https://github.com/madarauchiha-314/competitive-coding
- Owner: MadaraUchiha-314
- Created: 2020-11-28T07:29:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T06:15:33.000Z (5 months ago)
- Last Synced: 2024-11-30T07:24:46.947Z (5 months ago)
- Topics: atcoder, codechef, codeforces, codejam, competitive-programming, cses, hackercup, spoj
- Language: C++
- Homepage:
- Size: 850 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# competitive-coding-handbook
A list of useful resources for competitive coding## Links:
1. Other awesome lists
1. https://codeforces.com/blog/entry/23054
2. https://codeforces.com/blog/entry/95106
2. Books
1. https://www.comp.nus.edu.sg/~stevenha/myteaching/competitive_programming/cp1.pdf
2. https://cses.fi/book/book.pdf
3. http://comscigate.com/Books/contests/icpc.pdf
4. https://usaco.guide/CPH.pdf
3. Modern C++
1. https://changkun.de/modern-cpp/en-us/00-preface/
4. Learning Contests
1. https://www.codechef.com/LEARNDSA
2. https://cses.fi/problemset
3. https://atcoder.jp/contests/dp/tasks
5. Blogs
1. https://aleigorithms.wordpress.com/
2. https://petr-mitrichev.blogspot.com/
3. https://cp-wiki.vercel.app/en/
6. Topics:
1. Graphs
1. DSU
1. https://www.hackerearth.com/practice/notes/disjoint-set-union-union-find
2. DP
1. https://codeforces.com/blog/entry/67679
3. Game Theory
1. Nim Games
1. https://codeforces.com/blog/entry/66040
2. https://www.topcoder.com/community/competitive-programming/tutorials/algorithm-games
3. http://www.numericana.com/answer/games.htm
4. Heavy Light Decomposition
1. https://codeforces.com/blog/entry/12239
2. https://blog.anudeep2011.com/heavy-light-decomposition/
3. https://discuss.codechef.com/t/tutorial-heavy-light-decomposition/69423/17
7. Lecture Series
1. [MIT 6.006](https://www.youtube.com/playlist?list=PLUl4u3cNGP63EdVPNLG3ToM6LaEUuStEY)