File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1616 - id : auto-walrus
1717
1818 - repo : https://github.com/astral-sh/ruff-pre-commit
19- rev : v0.0.291
19+ rev : v0.0.292
2020 hooks :
2121 - id : ruff
2222
3333 - tomli
3434
3535 - repo : https://github.com/tox-dev/pyproject-fmt
36- rev : " 1.1 .0"
36+ rev : " 1.2 .0"
3737 hooks :
3838 - id : pyproject-fmt
3939
Original file line number Diff line number Diff line change 233233 * [ Merge Two Lists] ( data_structures/linked_list/merge_two_lists.py )
234234 * [ Middle Element Of Linked List] ( data_structures/linked_list/middle_element_of_linked_list.py )
235235 * [ Print Reverse] ( data_structures/linked_list/print_reverse.py )
236+ * [ Reverse K Group] ( data_structures/linked_list/reverse_k_group.py )
236237 * [ Rotate To The Right] ( data_structures/linked_list/rotate_to_the_right.py )
237238 * [ Singly Linked List] ( data_structures/linked_list/singly_linked_list.py )
238239 * [ Skip List] ( data_structures/linked_list/skip_list.py )
You can’t perform that action at this time.
0 commit comments