|
1 | 1 | # Competitive-Programming-Resources |
2 | 2 |
|
3 | 3 | ## Problems & Tips |
4 | | -- https://cses.fi/problemset/ |
5 | | -- https://cp-algorithms.com |
6 | | -- https://atcoder.jp/contests/dp/tasks |
7 | | -- https://leetcode.com/discuss/interview-question/352460/Google-Online-Assessment-Questions |
8 | | -- https://twchen.gitbook.io/leetcode/ |
9 | | -- https://www.pramp.com/#/ |
10 | | -- https://docs.google.com/document/d/1wUCqhVHydWiDk6FJdFLSMpgigNrGcs4OFZg0Wa7JGEw/edit |
11 | | -- https://www.hackerearth.com/practice/ |
12 | | -- https://interviewing.io |
13 | | -- https://www.quora.com/What-are-the-best-ways-to-master-dynamic-programming/answer/Sameer-Gulati-3 |
14 | | -- https://www.quora.com/How-do-I-get-good-at-math-for-competitive-programming/answer/Sameer-Gulati-3 |
15 | | -- https://www.quora.com/How-can-I-be-good-at-graph-theory-based-programming-problems-in-competitive-programming/answer/Sameer-Gulati-3 |
16 | | -- https://www.quora.com/What-is-a-list-of-data-structures-that-a-competitive-programmer-must-know/answer/Sameer-Gulati-3?c |
17 | | -- https://leetcode.com/discuss/general-discussion/651719/how-to-solve-dp-string-template-and-4-steps-to-be-followed |
18 | | -- https://technicalbattle.blogspot.com/2020/05/best-blogs-on-codeforces-links-for-best.html |
19 | | -- https://petr-mitrichev.blogspot.com |
20 | | -- https://www.hackerearth.com/blog/developers/7-steps-to-improve-your-data-structure-and-algorithm-skills/ |
21 | | -- https://hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed |
22 | | -- https://www.quora.com/q/techiedelight/500-Data-Structures-and-Algorithms-interview-questions-and-their-solutions |
23 | | -- https://www.geeksforgeeks.org/top-10-algorithms-in-interview-questions/ |
24 | | -- https://www.bigocheatsheet.com/ |
| 4 | +- [CSES](https://cses.fi/problemset/) |
| 5 | +- [CP-Algorithms](https://cp-algorithms.com) |
| 6 | +- [DP Questions](https://atcoder.jp/contests/dp/tasks) |
| 7 | +- [Google Interview Questions](https://leetcode.com/discuss/interview-question/352460/Google-Online-Assessment-Questions) |
| 8 | +- [LeetCode Solutions](https://twchen.gitbook.io/leetcode/) |
| 9 | +- [HackerEarth](https://www.hackerearth.com/practice/) |
| 10 | +- [DP Roadmap](https://www.quora.com/What-are-the-best-ways-to-master-dynamic-programming/answer/Sameer-Gulati-3) |
| 11 | +- [Math for CP](https://www.quora.com/How-do-I-get-good-at-math-for-competitive-programming/answer/Sameer-Gulati-3) |
| 12 | +- [Graph Theory](https://www.quora.com/How-can-I-be-good-at-graph-theory-based-programming-problems-in-competitive-programming/answer/Sameer-Gulati-3) |
| 13 | +- [DS for CP](https://www.quora.com/What-is-a-list-of-data-structures-that-a-competitive-programmer-must-know/answer/Sameer-Gulati-3?c) |
| 14 | +- [String DP](https://leetcode.com/discuss/general-discussion/651719/how-to-solve-dp-string-template-and-4-steps-to-be-followed) |
| 15 | +- [Blogs on CP](https://technicalbattle.blogspot.com/2020/05/best-blogs-on-codeforces-links-for-best.html) |
| 16 | +- [Blogs on CP](https://petr-mitrichev.blogspot.com) |
| 17 | +- [Improve DSA Skills](https://www.hackerearth.com/blog/developers/7-steps-to-improve-your-data-structure-and-algorithm-skills/) |
| 18 | +- [Coding Interview Patterns](https://hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed) |
| 19 | +- [Interview Questions](https://www.quora.com/q/techiedelight/500-Data-Structures-and-Algorithms-interview-questions-and-their-solutions) |
| 20 | +- [Big-O Cheatsheet](https://www.bigocheatsheet.com/) |
25 | 21 |
|
26 | 22 | ## System Design |
27 | 23 | - [Gaurav Sen](https://www.youtube.com/watch?v=xpDnVSmNFX0&list=PLMCXHnjXnTnvo6alSjVkgxV-VH6EPyvoX) |
|
0 commit comments