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 164f05b commit fac7710Copy full SHA for fac7710
203_Remove_Linked_List_Elements renamed to 203_Remove_Linked_List_Elements.py
@@ -1,5 +1,5 @@
1
-#203. Remove Linked List Elements
2
"""
+203. Remove Linked List Elements
3
Given the head of a linked list and an integer val, remove all the nodes of the linked list that has Node.val == val, and return the new head.
4
5
0 commit comments