Skip to content

Commit 0521bc4

Browse files
committed
Update README for problem 55
1 parent 182ed6d commit 0521bc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ LeetCode solutions in Go programming language.
3434
| 51 | N Queens | [Solution](problems/backtracking/n_queens.go) | Hard | Backtracking |
3535
| 53 | Maximum Subarray | [Solution](problems/dynamic_programming/maximum_subarray.go) | Medium | Dynamic Programming |
3636
| 54 | Spiral Matrix | [Solution](problems/matrix/spiral_matrix.go) | Medium | Matrix |
37+
| 55 | Jump Game | [Solution](problems/greedy/jump_game.go) | Medium | Greedy |
3738
| 56 | Merge Intervals | [Solution](problems/intervals/merge_intervals.go) | Medium | Intervals, Array |
3839
| 57 | Insert Interval | [Solution](problems/intervals/insert_interval.go) | Medium | Intervals, Array |
3940
| 62 | Unique Paths | [Solution](problems/dynamic_programming/unique_paths.go) | Medium | Dynamic Programming |

0 commit comments

Comments
 (0)