We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf59be1 commit fc710d6Copy full SHA for fc710d6
daily_coding_problems/problem_26
@@ -51,3 +51,4 @@ head = Node(1, Node(2, Node(3, Node(4, Node(5)))))
51
print(head)
52
remove_kth_from_linked_list(head, 3)
53
54
+
0 commit comments