File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ LeetCode solutions in Python
34
34
| 56 | Merge Intervals | [ Solution] ( problems/intervals/merge_intervals.py ) | Medium | Intervals, Array |
35
35
| 57 | Insert Interval | [ Solution] ( problems/intervals/insert_interval.py ) | Medium | Intervals, Array |
36
36
| 62 | Unique Paths | [ Solution] ( problems/dynamic_programming/unique_paths.py ) | Medium | Dynamic Programming |
37
+ | 66 | Plus One | [ Solution] ( problems/math/plus_one.py ) | Easy | Math |
37
38
| 70 | Climbing Stairs | [ Solution] ( problems/dynamic_programming/climbing_stairs.py ) | Easy | Dynamic Programming |
38
39
| 73 | Set Matrix Zeroes | [ Solution] ( problems/matrix/set_matrix_zeroes.py ) | Medium | Matrix |
39
40
| 74 | Search A 2D Matrix | [ Solution] ( problems/binary_search/search_a_2d_matrix.py ) | Medium | Binary Search |
You can’t perform that action at this time.
0 commit comments