Skip to content

Reorder List#140

Open
tom4649 wants to merge 2 commits into
mainfrom
143.Reorder-List
Open

Reorder List#140
tom4649 wants to merge 2 commits into
mainfrom
143.Reorder-List

Conversation

@tom4649

@tom4649 tom4649 commented Jun 23, 2026

Copy link
Copy Markdown
Owner


slow = head
fast = head
while fast and fast.next:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

こちらのコメントをご参照ください。
ksaito0629/leetcode_arai60#1 (comment)

@tom4649 tom4649 force-pushed the 143.Reorder-List branch from 25593e5 to abafa00 Compare June 27, 2026 21:45
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