Skip to content

Commit e8650c3

Browse files
committed
Update README for problem 10
1 parent f94c7e6 commit e8650c3

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

0 commit comments

Comments
 (0)