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 8aedbcb commit 0e4b50eCopy full SHA for 0e4b50e
83-remove_duplicates_from_sorted_list.py
@@ -21,4 +21,4 @@ def deleteDuplicates(self, head):
21
else:
22
curr = curr.next
23
24
- return head83-
+ return head
0 commit comments