@@ -11,7 +11,7 @@ From their website:
11
11
> Get stuck? I've created a thorough 🎥 video explanation for each problem.
12
12
13
13
- [ Neetcode categorized list of problems] ( #neetcode-categorized-list-of-problems )
14
- - [ Arrays & Hashing] ( #arrays--hashing )
14
+ - [ Arrays \ & Hashing] ( #arrays--hashing )
15
15
- [ Two Pointers] ( #two-pointers )
16
16
- [ Sliding Window] ( #sliding-window )
17
17
- [ Stack] ( #stack )
@@ -27,7 +27,7 @@ From their website:
27
27
- [ 2-D Dynamic Programming] ( #2-d-dynamic-programming )
28
28
- [ Greedy] ( #greedy )
29
29
- [ Intervals] ( #intervals )
30
- - [ Math & Geometry] ( #math--geometry )
30
+ - [ Math \ & Geometry] ( #math--geometry )
31
31
- [ Bit Manipulation] ( #bit-manipulation )
32
32
33
33
## Arrays & Hashing
@@ -297,17 +297,17 @@ From their website:
297
297
298
298
## Backtracking
299
299
300
- | | B75 | Level | Problem | Solutions |
301
- | :-: | --- | --------- | ------------------------------------------------- | ------------------------------------- |
302
- | ✅ | | 🟠 Medium | [ 78. Subsets] [ lc78 ] | [ ![ python] ( ../../res/py.png )] [ lc78py ] |
303
- | ✅ | | 🟠 Medium | [ 39. Combination Sum] [ lc39 ] | [ ![ python] ( ../../res/py.png )] [ lc39py ] |
304
- | ✅ | | 🟠 Medium | [ 46. Permutations] [ lc46 ] | [ ![ python] ( ../../res/py.png )] [ lc46py ] |
305
- | ✅ | | 🟠 Medium | [ 90. Subsets II] [ lc90 ] | [ ![ python] ( ../../res/py.png )] [ lc90py ] |
306
- | ✅ | ⭐ | 🟠 Medium | [ 40. Combination Sum II] [ lc40 ] | [ ![ python] ( ../../res/py.png )] [ lc40py ] |
307
- | ✅ | ⭐ | 🟠 Medium | [ 79. Word Search] [ lc79 ] | [ ![ python] ( ../../res/py.png )] [ lc79py ] |
308
- | | | 🟠 Medium | [ 131. Palindrome Partitioning] [ lc131 ] | |
309
- | ✅ | | 🟠 Medium | [ 17. Letter Combinations of a Phone Number] [ lc17 ] | [ ![ python] ( ../../res/py.png )] [ lc17py ] |
310
- | ✅ | | 🔴 Hard | [ 51. N-Queens] [ lc51 ] | [ ![ python] ( ../../res/py.png )] [ lc51py ] |
300
+ | | B75 | Level | Problem | Solutions |
301
+ | :-: | --- | --------- | ------------------------------------------------- | -------------------------------------- |
302
+ | ✅ | | 🟠 Medium | [ 78. Subsets] [ lc78 ] | [ ![ python] ( ../../res/py.png )] [ lc78py ] |
303
+ | ✅ | | 🟠 Medium | [ 39. Combination Sum] [ lc39 ] | [ ![ python] ( ../../res/py.png )] [ lc39py ] |
304
+ | ✅ | | 🟠 Medium | [ 46. Permutations] [ lc46 ] | [ ![ python] ( ../../res/py.png )] [ lc46py ] |
305
+ | ✅ | | 🟠 Medium | [ 90. Subsets II] [ lc90 ] | [ ![ python] ( ../../res/py.png )] [ lc90py ] |
306
+ | ✅ | ⭐ | 🟠 Medium | [ 40. Combination Sum II] [ lc40 ] | [ ![ python] ( ../../res/py.png )] [ lc40py ] |
307
+ | ✅ | ⭐ | 🟠 Medium | [ 79. Word Search] [ lc79 ] | [ ![ python] ( ../../res/py.png )] [ lc79py ] |
308
+ | ✅ | | 🟠 Medium | [ 131. Palindrome Partitioning] [ lc131 ] | [ ![ python ] ( ../../res/py.png )] [ lc131py ] |
309
+ | ✅ | | 🟠 Medium | [ 17. Letter Combinations of a Phone Number] [ lc17 ] | [ ![ python] ( ../../res/py.png )] [ lc17py ] |
310
+ | ✅ | | 🔴 Hard | [ 51. N-Queens] [ lc51 ] | [ ![ python] ( ../../res/py.png )] [ lc51py ] |
311
311
312
312
[ lc78 ] : https://leetcode.com/problems/subsets/
313
313
[ lc78py ] : ../subsets.py
@@ -322,6 +322,7 @@ From their website:
322
322
[ lc79 ] : https://leetcode.com/problems/word-search/
323
323
[ lc79py ] : https://leetcode.com/problems/word-search/
324
324
[ lc131 ] : https://leetcode.com/problems/palindrome-partitioning/
325
+ [ lc131py ] : ../palindrome-partitioning.py
325
326
[ lc17 ] : https://leetcode.com/problems/letter-combinations-of-a-phone-number/
326
327
[ lc17py ] : ../letter-combinations-of-a-phone-number.py
327
328
[ lc51 ] : https://leetcode.com/problems/n-queens/
0 commit comments