Skip to content

Commit b905d10

Browse files
committed
Update README for problem 55
1 parent 05c75f8 commit b905d10

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
| 51 | N Queens | [Solution](problems/backtracking/n_queens.py) | Hard | Backtracking |
3535
| 53 | Maximum Subarray | [Solution](problems/dynamic_programming/maximum_subarray.py) | Medium | Dynamic Programming |
3636
| 54 | Spiral Matrix | [Solution](problems/matrix/spiral_matrix.py) | Medium | Matrix |
37+
| 55 | Jump Game | [Solution](problems/greedy/jump_game.py) | Medium | Greedy |
3738
| 56 | Merge Intervals | [Solution](problems/intervals/merge_intervals.py) | Medium | Intervals, Array |
3839
| 57 | Insert Interval | [Solution](problems/intervals/insert_interval.py) | Medium | Intervals, Array |
3940
| 62 | Unique Paths | [Solution](problems/dynamic_programming/unique_paths.py) | Medium | Dynamic Programming |

0 commit comments

Comments
 (0)