Skip to content

Commit 302965e

Browse files
authored
📚 Update resources
1 parent bab1cee commit 302965e

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Coding-Challenges
22
Resources:
3-
1. https://www.geeksforgeeks.org/c-tricks-competitive-programming-c-11/
4-
2. https://medium.com/@andreimargeloiu/how-to-prepare-for-competitive-programming-396d557e0c12
5-
3. https://discuss.codechef.com/t/what-are-the-must-known-algorithms-for-online-programming-contests/2717
6-
4. https://discuss.codechef.com/t/data-structures-and-algorithms/6599
7-
5. https://github.com/lnishan/awesome-competitive-programming
8-
6. C++ tricks: https://codeforces.com/blog/entry/15643
9-
7. CF: https://codeforces.com/blog/entry/57282
10-
8. ADS: https://codeforces.com/blog/entry/15729
11-
9. Number Theory: https://www.hackerearth.com/practice/notes/number-theory-1/
12-
https://artofproblemsolving.com/community/c90633h1291397
13-
10. DP and Bit Masking: https://www.hackerearth.com/practice/algorithms/dynamic-programming/bit-masking/tutorial/
3+
1. [CP tricks ](https://www.geeksforgeeks.org/c-tricks-competitive-programming-c-11/)
4+
2. [Preparation Guide](https://medium.com/@andreimargeloiu/how-to-prepare-for-competitive-programming-396d557e0c12)
5+
3. [Must do Algo](https://discuss.codechef.com/t/what-are-the-must-known-algorithms-for-online-programming-contests/2717)
6+
4. [DS Guide](https://discuss.codechef.com/t/data-structures-and-algorithms/6599)
7+
5. [Awesome CP](https://github.com/lnishan/awesome-competitive-programming)
8+
6. [C++ tricks](https://codeforces.com/blog/entry/15643)
9+
7. [CF guide](https://codeforces.com/blog/entry/57282)
10+
8. [ADS](https://codeforces.com/blog/entry/15729)
11+
9. [Number Theory-1](https://www.hackerearth.com/practice/notes/number-theory-1/)
12+
10. [Number Theory-2](https://artofproblemsolving.com/community/c90633h1291397/)
13+
11. [DP and Bit Masking](https://www.hackerearth.com/practice/algorithms/dynamic-programming/bit-masking/tutorial/)
14+
1415

0 commit comments

Comments
 (0)