Skip to content

Commit ea9ab56

Browse files
committed
Update README for problem 75
1 parent 46102bc commit ea9ab56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ LeetCode solutions in Python
4545
| 72 | Edit Distance | [Solution](problems/dynamic_programming/edit_distance.py) | Medium | Dynamic Programming |
4646
| 73 | Set Matrix Zeroes | [Solution](problems/matrix/set_matrix_zeroes.py) | Medium | Matrix |
4747
| 74 | Search A 2D Matrix | [Solution](problems/binary_search/search_a_2d_matrix.py) | Medium | Binary Search |
48+
| 75 | Sort Colors | [Solution](problems/array/sort_colors.py) | Medium | Array, Two Pointers |
4849
| 76 | Minimum Window Substring | [Solution](problems/sliding_window/minimum_window_substring.py) | Hard | Sliding Window |
4950
| 78 | Subsets | [Solution](problems/backtracking/subsets.py) | Medium | Backtracking |
5051
| 79 | Word Search | [Solution](problems/backtracking/word_search.py) | Medium | Backtracking, DFS |

0 commit comments

Comments
 (0)