We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadbe73 commit 87494b3Copy full SHA for 87494b3
DIRECTORY.md
@@ -265,6 +265,7 @@
265
* [Merge Two Lists](data_structures/linked_list/merge_two_lists.py)
266
* [Middle Element Of Linked List](data_structures/linked_list/middle_element_of_linked_list.py)
267
* [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)
269
* [Reverse K Group](data_structures/linked_list/reverse_k_group.py)
270
* [Rotate To The Right](data_structures/linked_list/rotate_to_the_right.py)
271
* [Singly Linked List](data_structures/linked_list/singly_linked_list.py)
0 commit comments