@@ -35,14 +35,15 @@ According to us, competitive programming is a sport. A sport based on problem-so
35
35
- Codechef Long Challenge🏆
36
36
- Codechef Cook-Off 🏆
37
37
- Codechef Lunchtime🏆
38
- - Codeforces Rounds Div1 & Div2 🏆
38
+ - Codeforces Rounds Div1 & Div2 & Div3 & Educational Codeforces Round 🏆
39
39
40
40
41
41
42
42
## Books
43
43
- [ Competitive Programming 3📚] ( https://cpbook.net/ )
44
44
- [ Data Structures and Algorithms Made Easy📚] ( https://www.amazon.in/Data-Structures-Algorithms-Made-Easy/dp/819324527X ) - by Narasimha Karumanchi
45
45
- [ Cracking the Coding Interview📚] ( http://www.crackingthecodinginterview.com/ ) - by Gayle Laakmann McDowell
46
+ - [ CP Handbook By Antti Laaksonen] ( https://github.com/pllk/cphb/blob/master/book.pdf )
46
47
47
48
## Algorithms
48
49
- [ CP Algorithms] ( https://cp-algorithms.com/ )
@@ -64,7 +65,10 @@ According to us, competitive programming is a sport. A sport based on problem-so
64
65
### STL in C++
65
66
- ** Codealittle** - https://www.youtube.com/watch?v=PCahjLFtlbY&list=PL1oKdRlSbldPUXbtWctRz14C1f8R78MVZ
66
67
- ** Takeyouforward** - https://www.youtube.com/watch?v=zBhVZzi5RdU&t=1s
68
+ - ** CppNuts** - https://www.youtube.com/watch?v=LyGlTmaWEPs&list=PLk6CEY9XxSIA-xo3HRYC3M0Aitzdut7AA
67
69
70
+
71
+ - [ ] STL SUMMARY https://codeforces.com/blog/entry/6058
68
72
- [ ] [ Vectors (Dynamic Arrays)] ( https://www.geeksforgeeks.org/vector-in-cpp-stl/ )
69
73
- [ ] [ Sets] ( https://www.geeksforgeeks.org/set-in-cpp-stl/ )
70
74
- [ Set] ( https://www.geeksforgeeks.org/set-in-cpp-stl/ )
@@ -138,11 +142,13 @@ According to us, competitive programming is a sport. A sport based on problem-so
138
142
- [ Disjoint-Set Data Structures] ( https://www.youtube.com/watch?v=wU6udHRIkcc )
139
143
- [ Trie] ( https://www.youtube.com/watch?v=AXjmTQ8LEoI&t=946s )
140
144
- [ Segment Tree] ( https://www.youtube.com/watch?v=FR5d4V7Z9SE )
145
+ - [ Policy based Data Structures] (https://codeforces.com/blog/entry/11080 )
141
146
---
142
147
143
148
## Searching
144
149
- Linear Search
145
- - Binary Search
150
+ - Binary Search
151
+ - Ternary Search
146
152
---
147
153
## Sorting
148
154
- Selection Sort
@@ -164,7 +170,11 @@ According to us, competitive programming is a sport. A sport based on problem-so
164
170
- Euler Totient Theorem
165
171
- Fermat’s Theorem
166
172
- HCF & LCM (Euclid)
173
+ - Extended Euclid Algorithm
174
+ - Fibonacci
175
+ - Chinese Remainder Theorem
167
176
- Linear Diophantine Equations (Extended Euclid)
177
+ - Binary Exponentiation
168
178
- Modulus Arithmetic (addition,multiplication,subtraction,modular Inverse)
169
179
170
180
### Probability
0 commit comments