Skip to content

Commit 30d6527

Browse files
committed
Update README for problem 45
1 parent 6707069 commit 30d6527

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ LeetCode solutions in Python
2727
| 40 | Combination Sum II | [Solution](problems/backtracking/combination_sum_ii.py) | Medium | Backtracking |
2828
| 42 | Trapping Rain Water | [Solution](problems/array/trapping_rain_water.py) | Hard | Array, Two Pointers |
2929
| 43 | Multiply Strings | [Solution](problems/math/multiply_strings.py) | Math | Math, Strings |
30-
| 46 | Permutations | [Solution](problems/backtracking/permutations.py) | Medium | Permutations |
30+
| 45 | Jump Game II | [Solution](problems/greedy/jump_game_ii.py) | Medium | Backtracking |
31+
| 46 | Permutations | [Solution](problems/backtracking/permutations.py) | Medium | Backtracking |
3132
| 48 | Rotate Image | [Solution](problems/math/rotate_image.py) | Medium | Math, Matrix |
3233
| 49 | Group Anagrams | [Solution](problems/string/group_anagrams.py) | Medium | String, Hashing |
3334
| 50 | Pow (x, n) | [Solution](problems/math/pow_xn.py) | Medium | Math |

0 commit comments

Comments
 (0)