Skip to content

Commit 238d0c2

Browse files
committed
Update README for problem 25
1 parent 2742840 commit 238d0c2

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
@@ -17,6 +17,7 @@ LeetCode solutions in Python
1717
| 21 | Merge Two Sorted Lists | [Solution](problems/linked_list/merge_two_sorted_lists.py) | Easy | Linked List |
1818
| 22 | Generate Parentheses | [Solution](problems/stack/generate_parentheses.py) | Medium | Stack, Backtracking |
1919
| 23 | Merge K Sorted Lists | [Solution](problems/linked_list/merge_k_sorted_lists.py) | Hard | Linked List |
20+
| 25 | Reverse Nodes In K Group | [Solution](problems/linked_list/reverse_nodes_in_k_group.py) | Hard | Linked List |
2021
| 33 | Search In Rotated Sorted Array | [Solution](problems/binary_search/search_in_rotated_sorted_array.py) | Medium | Binary Search |
2122
| 36 | Valid Sudoku | [Solution](problems/array/valid_sudoku.py) | Medium | Array, Hashing |
2223
| 42 | Trapping Rain Water | [Solution](problems/array/trapping_rain_water.py) | Hard | Array, Two Pointers |

0 commit comments

Comments
 (0)