Skip to content

Commit 1b83453

Browse files
updated readme
1 parent c68f0e2 commit 1b83453

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

README.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
3535

3636
### Don't forget to give us a 🌟 to support us !!!
3737

38-
## Algorithms
38+
## [TOP 10 LEARNING RESOURCES](#top-10-learning-resources)
39+
40+
# Algorithms
3941

4042
- [Bit Manipulation](#bit-manipulation)
4143
- [Array](#array)
@@ -63,7 +65,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
6365
- [Design](#design)
6466
- [Concurrency](#concurrency)
6567

66-
## Bit Manipulation
68+
# Bit Manipulation
6769

6870
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
6971
| ---- | --------------------------------------------------------------------- | -------------------------------------------------------------------------- | ------ | ------ | ---------- | --- | --------- |
@@ -77,7 +79,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
7779
</div>
7880
<br/>
7981

80-
## Array
82+
# Array
8183

8284
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
8385
| --- | ---------------------------------------------------------------------- | ---------------------------------------------- | ---------- | ------ | ---------- | --------- | ---- |
@@ -93,7 +95,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
9395
</div>
9496
<br/>
9597

96-
## String
98+
# String
9799

98100
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
99101
| --- | ------------------------------------------------------------------------------------- | --------------------------------------------- | ------ | ------ | ---------- | --- | --------------- |
@@ -107,7 +109,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
107109
</div>
108110
<br/>
109111

110-
## LinkedList
112+
# LinkedList
111113

112114
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
113115
| --- | ----------------------------------------------------------------- | ----------------------------------- | ------ | ------ | ---------- | ---- | ---- |
@@ -119,7 +121,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
119121
</div>
120122
<br/>
121123

122-
## Stack
124+
# Stack
123125

124126
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
125127
| --- | --------------------------------------------------------------------- | ----------------------------------------- | ------ | ------ | ---------- | ----- | ---- |
@@ -131,7 +133,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
131133
</div>
132134
<br/>
133135

134-
## Tree
136+
# Tree
135137

136138
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
137139
| --- | ------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | --------- | --------- | ---------- | ---------------------------------------------- | ---- |
@@ -150,7 +152,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
150152
</div>
151153
<br/>
152154

153-
## Hash Table
155+
# Hash Table
154156

155157
| # | Title | Solution | Time | Space | Difficulty | Tag | Video Explanation |
156158
| --- | ------------------------------------------------------------- | --------------------------------------------------------------- | ------ | ------ | ---------- | --- | ------------------------------------------------------- |
@@ -164,7 +166,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
164166
</div>
165167
<br/>
166168

167-
## Two Pointer
169+
# Two Pointer
168170

169171
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
170172
| --- | --------------------------------------------------------------------------------------------- | --------------------------------------------------- | -------- | ------ | ---------- | --- | ---------------- |
@@ -176,7 +178,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
176178
</div>
177179
<br/>
178180

179-
## Math
181+
# Math
180182

181183
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
182184
| --- | ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ----------------- | ------ | ---------- | ------ | ---- |
@@ -190,7 +192,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
190192
</div>
191193
<br/>
192194

193-
## BackTracking
195+
# BackTracking
194196

195197
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
196198
| --- | ------------------------------------------------------------- | ------------------------------ | -------- | ------ | ---------- | ---------- | ---- |
@@ -202,7 +204,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
202204
</div>
203205
<br/>
204206

205-
## Dynamic Programming
207+
# Dynamic Programming
206208

207209
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
208210
| --- | --------------------------------------------------------------------- | ----------------------------------------- | ------ | ------ | ---------- | ----- | ---- |
@@ -218,7 +220,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
218220
</div>
219221
<br/>
220222

221-
## Binary Search
223+
# Binary Search
222224

223225
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
224226
| --- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | --------- | ------ | ---------- | --- | ------------- |
@@ -231,7 +233,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
231233
</div>
232234
<br/>
233235

234-
## Graph
236+
# Graph
235237

236238
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
237239
| ---- | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------- | -------- | --------- | ---------- | ----- | -------------- |
@@ -243,7 +245,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
243245
</div>
244246
<br/>
245247

246-
### Authors
248+
## Authors
247249

248250
- [Gourav Rusiya](https://github.com/GouravRusiya30/)
249251

@@ -266,3 +268,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
266268
<b><a href="#algorithms">⬆️ Back to Top</a></b>
267269
</div>
268270
<br/>
271+
272+
# TOP 10 LEARNING RESOURCES
273+
274+
DISCLAIMER: This above mentioned resources have affiliate links, which means if you buy one of the product from my links, I’ll receive a small commission. This helps support the channel and allows us to continue to add more tutorial. Thank you for the support!

0 commit comments

Comments
 (0)