An open API service indexing awesome lists of open source software.

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

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)