File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 11# Coding-Challenges
22Resources:
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
You can’t perform that action at this time.
0 commit comments