Skip to content

Commit 138173a

Browse files
committed
Update README for problem 10
1 parent a1fe944 commit 138173a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ LeetCode solutions in Python
1212
| 4 | Median Of Two Sorted Arrays | [Solution](problems/binary_search/median_of_two_sorted_arrays.py) | Hard | Binary Search |
1313
| 5 | Longest Palindromic Substring | [Solution](problems/dynamic_programming/longest_palindromic_substring.py) | Medium | Dynamic Programming |
1414
| 7 | Reverse Integer | [Solution](problems/math/reverse_integer.py) | Medium | Math |
15+
| 10 | Regular Expression Matching | [Solution](problems/dynamic_programming/regular_expression_matching.py) | Hard | Dynamic Programming |
1516
| 11 | Container With Most Water | [Solution](problems/array/container_with_most_water.py) | Medium | Array, Two Pointers |
1617
| 15 | 3 Sum | [Solution](problems/array/three_sum.py) | Medium | Array, Sorting, Two Pointers |
1718
| 17 | Letter Combinations Of A Phone Number | [Solution](problems/backtracking/letter_combinations_of_a_phone_number.py) | Medium | Backtracking |

0 commit comments

Comments
 (0)