Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kunal-kushwaha authored May 23, 2021
1 parent 80f9c43 commit 2549a7c
Showing 1 changed file with 17 additions and 21 deletions.
38 changes: 17 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
# Competitive-Programming-Resources

## Problems & Tips
- https://cses.fi/problemset/
- https://cp-algorithms.com
- https://atcoder.jp/contests/dp/tasks
- https://leetcode.com/discuss/interview-question/352460/Google-Online-Assessment-Questions
- https://twchen.gitbook.io/leetcode/
- https://www.pramp.com/#/
- https://docs.google.com/document/d/1wUCqhVHydWiDk6FJdFLSMpgigNrGcs4OFZg0Wa7JGEw/edit
- https://www.hackerearth.com/practice/
- https://interviewing.io
- https://www.quora.com/What-are-the-best-ways-to-master-dynamic-programming/answer/Sameer-Gulati-3
- https://www.quora.com/How-do-I-get-good-at-math-for-competitive-programming/answer/Sameer-Gulati-3
- https://www.quora.com/How-can-I-be-good-at-graph-theory-based-programming-problems-in-competitive-programming/answer/Sameer-Gulati-3
- https://www.quora.com/What-is-a-list-of-data-structures-that-a-competitive-programmer-must-know/answer/Sameer-Gulati-3?c
- https://leetcode.com/discuss/general-discussion/651719/how-to-solve-dp-string-template-and-4-steps-to-be-followed
- https://technicalbattle.blogspot.com/2020/05/best-blogs-on-codeforces-links-for-best.html
- https://petr-mitrichev.blogspot.com
- https://www.hackerearth.com/blog/developers/7-steps-to-improve-your-data-structure-and-algorithm-skills/
- https://hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed
- https://www.quora.com/q/techiedelight/500-Data-Structures-and-Algorithms-interview-questions-and-their-solutions
- https://www.geeksforgeeks.org/top-10-algorithms-in-interview-questions/
- https://www.bigocheatsheet.com/
- [CSES](https://cses.fi/problemset/)
- [CP-Algorithms](https://cp-algorithms.com)
- [DP Questions](https://atcoder.jp/contests/dp/tasks)
- [Google Interview Questions](https://leetcode.com/discuss/interview-question/352460/Google-Online-Assessment-Questions)
- [LeetCode Solutions](https://twchen.gitbook.io/leetcode/)
- [HackerEarth](https://www.hackerearth.com/practice/)
- [DP Roadmap](https://www.quora.com/What-are-the-best-ways-to-master-dynamic-programming/answer/Sameer-Gulati-3)
- [Math for CP](https://www.quora.com/How-do-I-get-good-at-math-for-competitive-programming/answer/Sameer-Gulati-3)
- [Graph Theory](https://www.quora.com/How-can-I-be-good-at-graph-theory-based-programming-problems-in-competitive-programming/answer/Sameer-Gulati-3)
- [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)
- [String DP](https://leetcode.com/discuss/general-discussion/651719/how-to-solve-dp-string-template-and-4-steps-to-be-followed)
- [Blogs on CP](https://technicalbattle.blogspot.com/2020/05/best-blogs-on-codeforces-links-for-best.html)
- [Blogs on CP](https://petr-mitrichev.blogspot.com)
- [Improve DSA Skills](https://www.hackerearth.com/blog/developers/7-steps-to-improve-your-data-structure-and-algorithm-skills/)
- [Coding Interview Patterns](https://hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed)
- [Interview Questions](https://www.quora.com/q/techiedelight/500-Data-Structures-and-Algorithms-interview-questions-and-their-solutions)
- [Big-O Cheatsheet](https://www.bigocheatsheet.com/)

## System Design
- [Gaurav Sen](https://www.youtube.com/watch?v=xpDnVSmNFX0&list=PLMCXHnjXnTnvo6alSjVkgxV-VH6EPyvoX)
Expand Down

0 comments on commit 2549a7c

Please sign in to comment.