File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ LeetCode solutions in Python
27
27
| 40 | Combination Sum II | [ Solution] ( problems/backtracking/combination_sum_ii.py ) | Medium | Backtracking |
28
28
| 42 | Trapping Rain Water | [ Solution] ( problems/array/trapping_rain_water.py ) | Hard | Array, Two Pointers |
29
29
| 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 |
31
32
| 48 | Rotate Image | [ Solution] ( problems/math/rotate_image.py ) | Medium | Math, Matrix |
32
33
| 49 | Group Anagrams | [ Solution] ( problems/string/group_anagrams.py ) | Medium | String, Hashing |
33
34
| 50 | Pow (x, n) | [ Solution] ( problems/math/pow_xn.py ) | Medium | Math |
You can’t perform that action at this time.
0 commit comments