Skip to content

Commit 46ac44f

Browse files
committed
Update README for problem 21
1 parent ace478c commit 46ac44f

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
@@ -12,6 +12,7 @@ LeetCode solutions in Python
1212
| 11 | Container With Most Water | [Solution](problems/array/container_with_most_water.py) | Medium | Array, Two Pointers |
1313
| 15 | 3 Sum | [Solution](problems/array/three_sum.py) | Medium | Array, Sorting, Two Pointers |
1414
| 20 | Valid Parentheses | [Solution](problems/stack/valid_parentheses.py) | Easy | Stack |
15+
| 21 | Merge Two Sorted Lists | [Solution](problems/linked_list/merge_two_sorted_lists.py) | Easy | Linked List |
1516
| 22 | Generate Parentheses | [Solution](problems/stack/generate_parentheses.py) | Medium | Stack, Backtracking |
1617
| 33 | Search In Rotated Sorted Array | [Solution](problems/binary_search/search_in_rotated_sorted_array.py) | Medium | Binary Search |
1718
| 36 | Valid Sudoku | [Solution](problems/array/valid_sudoku.py) | Medium | Array, Hashing |

0 commit comments

Comments
 (0)