Skip to content

Commit 3256f46

Browse files
Update README.md
1 parent de3dad8 commit 3256f46

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@ According to us, competitive programming is a sport. A sport based on problem-so
3535
- Codechef Long Challenge🏆
3636
- Codechef Cook-Off 🏆
3737
- Codechef Lunchtime🏆
38-
- Codeforces Rounds Div1 & Div2 🏆
38+
- Codeforces Rounds Div1 & Div2 & Div3 & Educational Codeforces Round🏆
3939

4040

4141

4242
## Books
4343
- [Competitive Programming 3📚](https://cpbook.net/)
4444
- [Data Structures and Algorithms Made Easy📚](https://www.amazon.in/Data-Structures-Algorithms-Made-Easy/dp/819324527X) - by Narasimha Karumanchi
4545
- [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)
4647

4748
## Algorithms
4849
- [CP Algorithms](https://cp-algorithms.com/)
@@ -64,7 +65,10 @@ According to us, competitive programming is a sport. A sport based on problem-so
6465
### STL in C++
6566
- **Codealittle** - https://www.youtube.com/watch?v=PCahjLFtlbY&list=PL1oKdRlSbldPUXbtWctRz14C1f8R78MVZ
6667
- **Takeyouforward** - https://www.youtube.com/watch?v=zBhVZzi5RdU&t=1s
68+
- **CppNuts** - https://www.youtube.com/watch?v=LyGlTmaWEPs&list=PLk6CEY9XxSIA-xo3HRYC3M0Aitzdut7AA
6769

70+
71+
- [ ] STL SUMMARY https://codeforces.com/blog/entry/6058
6872
- [ ] [Vectors (Dynamic Arrays)](https://www.geeksforgeeks.org/vector-in-cpp-stl/)
6973
- [ ] [Sets](https://www.geeksforgeeks.org/set-in-cpp-stl/)
7074
- [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
138142
- [Disjoint-Set Data Structures](https://www.youtube.com/watch?v=wU6udHRIkcc)
139143
- [Trie](https://www.youtube.com/watch?v=AXjmTQ8LEoI&t=946s)
140144
- [Segment Tree](https://www.youtube.com/watch?v=FR5d4V7Z9SE)
145+
- [Policy based Data Structures] (https://codeforces.com/blog/entry/11080)
141146
---
142147

143148
## Searching
144149
- Linear Search
145-
- Binary Search
150+
- Binary Search
151+
- Ternary Search
146152
---
147153
## Sorting
148154
- Selection Sort
@@ -164,7 +170,11 @@ According to us, competitive programming is a sport. A sport based on problem-so
164170
- Euler Totient Theorem
165171
- Fermat’s Theorem
166172
- HCF & LCM (Euclid)
173+
- Extended Euclid Algorithm
174+
- Fibonacci
175+
- Chinese Remainder Theorem
167176
- Linear Diophantine Equations (Extended Euclid)
177+
- Binary Exponentiation
168178
- Modulus Arithmetic (addition,multiplication,subtraction,modular Inverse)
169179

170180
### Probability

0 commit comments

Comments
 (0)