Skip to content

Commit f053ee6

Browse files
committed
readme
1 parent c97aad5 commit f053ee6

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

README.md

+11-16
Original file line numberDiff line numberDiff line change
@@ -160,26 +160,21 @@ Urls for other Notes, and Reading Resources picked from different editorials.
160160
<details>
161161
<summary>View Resources/Articles</summary>
162162

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)
166166
</details>
167167

168168
<details>
169-
<summary>View Notes Links</summary>
169+
<summary>Notes/Question/Explanations</summary>
170170

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)
183178
</details>
184179

185180
<br />

0 commit comments

Comments
 (0)