competitive-coding-handbook A list of useful resources for competitive coding Links: Other awesome lists https://codeforces.com/blog/entry/23054 https://codeforces.com/blog/entry/95106 Books https://www.comp.nus.edu.sg/~stevenha/myteaching/competitive_programming/cp1.pdf https://cses.fi/book/book.pdf http://comscigate.com/Books/contests/icpc.pdf https://usaco.guide/CPH.pdf Modern C++ https://changkun.de/modern-cpp/en-us/00-preface/ Learning Contests https://www.codechef.com/LEARNDSA https://cses.fi/problemset https://atcoder.jp/contests/dp/tasks Blogs https://aleigorithms.wordpress.com/ https://petr-mitrichev.blogspot.com/ https://cp-wiki.vercel.app/en/ Topics: Graphs DSU https://www.hackerearth.com/practice/notes/disjoint-set-union-union-find DP https://codeforces.com/blog/entry/67679 Game Theory Nim Games https://codeforces.com/blog/entry/66040 https://www.topcoder.com/community/competitive-programming/tutorials/algorithm-games http://www.numericana.com/answer/games.htm Heavy Light Decomposition https://codeforces.com/blog/entry/12239 https://blog.anudeep2011.com/heavy-light-decomposition/ https://discuss.codechef.com/t/tutorial-heavy-light-decomposition/69423/17 Lecture Series MIT 6.006