Skip to content

Commit fac7710

Browse files
Update and rename 203_Remove_Linked_List_Elements to 203_Remove_Linked_List_Elements.py
made few corrections
1 parent 164f05b commit fac7710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

203_Remove_Linked_List_Elements renamed to 203_Remove_Linked_List_Elements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#203. Remove Linked List Elements
21
"""
2+
203. Remove Linked List Elements
33
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.
44
"""
55

0 commit comments

Comments
 (0)