Skip to content

Commit 03a6f73

Browse files
committed
Update README for problem 53
1 parent f3ef083 commit 03a6f73

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
@@ -32,6 +32,7 @@ LeetCode solutions in Python
3232
| 49 | Group Anagrams | [Solution](problems/string/group_anagrams.py) | Medium | String, Hashing |
3333
| 50 | Pow (x, n) | [Solution](problems/math/pow_xn.py) | Medium | Math |
3434
| 51 | N Queens | [Solution](problems/backtracking/n_queens.py) | Hard | Backtracking |
35+
| 53 | Maximum Subarray | [Solution](problems/dynamic_programming/maximum_subarray.py) | Medium | Dynamic Programming |
3536
| 54 | Spiral Matrix | [Solution](problems/matrix/spiral_matrix.py) | Medium | Matrix |
3637
| 56 | Merge Intervals | [Solution](problems/intervals/merge_intervals.py) | Medium | Intervals, Array |
3738
| 57 | Insert Interval | [Solution](problems/intervals/insert_interval.py) | Medium | Intervals, Array |

0 commit comments

Comments
 (0)