@@ -160,26 +160,21 @@ Urls for other Notes, and Reading Resources picked from different editorials.
160
160
<details >
161
161
<summary >View Resources/Articles</summary >
162
162
163
- - [ 📘30 Days SDE Sheet] ( https://docs.google.com/document/d/1SM92efk8oDl8nyVw8NHPnbGexTS9W-1gmTEYfEurLWQ/edit )
164
- - [ 📘CPP Data Structures, Algorithms, and STL Sheet] ( ./Resources/Articles/CPP-STL.md )
165
- - [ 📘CPP Syntax Cheet Sheet] ( ./Resources/Articles/CPP-SYNTAX.md )
163
+ - [ 📘 30 Days SDE Sheet] ( https://docs.google.com/document/d/1SM92efk8oDl8nyVw8NHPnbGexTS9W-1gmTEYfEurLWQ/edit )
164
+ - [ 📘 CPP Data Structures, Algorithms, and STL Sheet] ( ./Resources/Articles/CPP-STL.md )
165
+ - [ 📘 CPP Syntax Cheet Sheet] ( ./Resources/Articles/CPP-SYNTAX.md )
166
166
</details >
167
167
168
168
<details >
169
- <summary >View Notes Links </summary >
169
+ <summary >Notes/Question/Explanations </summary >
170
170
171
- - [ 📒Dynamic Programming and Bit Masking] ( ./Resources/Notes/Dynamic%20Programming%20and%20Bit%20Masking.md )
172
- - [ 📒Disjoint Set Union (Union Find)] ( ./Resources/Notes/Disjoint%20Set%20Union.md )
173
- - [ 📒Ternary Search] ( ./Resources/Notes/Ternary%20Search.md )
174
- </details >
175
-
176
- <details >
177
- <summary >Question Lists</summary >
178
-
179
- - [ 📕Dynamic Programming] ( ./Resources/Questions/Dynamic-Programming.md )
180
- - [ 📕Union Find] ( ./Resources/Questions/Union-Find.md )
181
- - [ 📕Ternary Search] ( ./Resources/Questions/Ternary-Search.md )
182
-
171
+ - [ 📒 Dynamic Programming and Bit Masking] ( ./Resources/Notes/Dynamic%20Programming%20and%20Bit%20Masking.md )
172
+ - [ 📒 Disjoint Set Union (Union Find)] ( ./Resources/Notes/Disjoint%20Set%20Union.md )
173
+ - [ 📒 Ternary Search] ( ./Resources/Notes/Ternary%20Search.md )
174
+ - [ 📒 Binary Search for Beginners (leetcode)] ( https://leetcode.com/discuss/general-discussion/691825/Binary-Search-for-Beginners-Problems-or-Patterns-or-Sample-solutions )
175
+ - [ 📕 Dynamic Programming (questions)] ( ./Resources/Questions/Dynamic-Programming.md )
176
+ - [ 📕 Union Find (questions)] ( ./Resources/Questions/Union-Find.md )
177
+ - [ 📕 Ternary Search (questions)] ( ./Resources/Questions/Ternary-Search.md )
183
178
</details >
184
179
185
180
<br />
0 commit comments