Skip to content

Commit 87494b3

Browse files
committed
adding file to dir
1 parent fadbe73 commit 87494b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
* [Merge Two Lists](data_structures/linked_list/merge_two_lists.py)
266266
* [Middle Element Of Linked List](data_structures/linked_list/middle_element_of_linked_list.py)
267267
* [Print Reverse](data_structures/linked_list/print_reverse.py)
268+
* [Remove nth Node from the End](data_structures/linked_list/remove_nth_node_from_end.py)
268269
* [Reverse K Group](data_structures/linked_list/reverse_k_group.py)
269270
* [Rotate To The Right](data_structures/linked_list/rotate_to_the_right.py)
270271
* [Singly Linked List](data_structures/linked_list/singly_linked_list.py)

0 commit comments

Comments
 (0)