Skip to content

Commit 436a82b

Browse files
committed
Update README for problem 66
1 parent a529c6c commit 436a82b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ LeetCode solutions in Python
3434
| 56 | Merge Intervals | [Solution](problems/intervals/merge_intervals.py) | Medium | Intervals, Array |
3535
| 57 | Insert Interval | [Solution](problems/intervals/insert_interval.py) | Medium | Intervals, Array |
3636
| 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 |
3738
| 70 | Climbing Stairs | [Solution](problems/dynamic_programming/climbing_stairs.py) | Easy | Dynamic Programming |
3839
| 73 | Set Matrix Zeroes | [Solution](problems/matrix/set_matrix_zeroes.py) | Medium | Matrix |
3940
| 74 | Search A 2D Matrix | [Solution](problems/binary_search/search_a_2d_matrix.py) | Medium | Binary Search |

0 commit comments

Comments
 (0)