Skip to content

Create Remove-Duplicates-from-Sorted-List.md#8

Open
aiueoriku wants to merge 2 commits intomainfrom
Remove-Duplicates-from-Sorted-List
Open

Create Remove-Duplicates-from-Sorted-List.md#8
aiueoriku wants to merge 2 commits intomainfrom
Remove-Duplicates-from-Sorted-List

Conversation

@aiueoriku
Copy link
Copy Markdown
Owner

@aiueoriku aiueoriku changed the title Add Step1 Created Remove-Duplicates-from-Sorted-List.md Dec 13, 2025
@aiueoriku aiueoriku changed the title Created Remove-Duplicates-from-Sorted-List.md Create Remove-Duplicates-from-Sorted-List.md Dec 13, 2025
# self.next = next
class Solution:
def deleteDuplicates(self, head: Optional[ListNode]) -> Optional[ListNode]:
current_node = head
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

current という単語には、あまり情報がないように思います。外しても良いと思います。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants