We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea4d8b commit 6e4be28Copy full SHA for 6e4be28
README.md
@@ -29,6 +29,7 @@ LeetCode solutions in Python
29
| 46 | Permutations | [Solution](problems/backtracking/permutations.py) | Medium | Permutations |
30
| 48 | Rotate Image | [Solution](problems/math/rotate_image.py) | Medium | Math, Matrix |
31
| 49 | Group Anagrams | [Solution](problems/string/group_anagrams.py) | Medium | String, Hashing |
32
+| 50 | Pow (x, n) | [Solution](problems/math/pow_xn.py) | Medium | Math |
33
| 51 | N Queens | [Solution](problems/backtracking/n_queens.py) | Hard | Backtracking |
34
| 54 | Spiral Matrix | [Solution](problems/matrix/spiral_matrix.py) | Medium | Matrix |
35
| 56 | Merge Intervals | [Solution](problems/intervals/merge_intervals.py) | Medium | Intervals, Array |
0 commit comments