Skip to content

Commit fc710d6

Browse files
authored
Linked List
1 parent bf59be1 commit fc710d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

daily_coding_problems/problem_26

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ head = Node(1, Node(2, Node(3, Node(4, Node(5)))))
5151
print(head)
5252
remove_kth_from_linked_list(head, 3)
5353
print(head)
54+

0 commit comments

Comments
 (0)