X Tutup
Skip to content

Add Linked List Cycle II to tortoise and hare practice problems#1609

Open
augustus281 wants to merge 2 commits intocp-algorithms:mainfrom
augustus281:add-practice-problem-tortoise-and-hare
Open

Add Linked List Cycle II to tortoise and hare practice problems#1609
augustus281 wants to merge 2 commits intocp-algorithms:mainfrom
augustus281:add-practice-problem-tortoise-and-hare

Conversation

@augustus281
Copy link

@augustus281 augustus281 commented Mar 9, 2026

Summary

  • Add "Linked List Cycle II" LeetCode problem to the practice problems section of the Tortoise and Hare article.

Test plan

  • Verified the link is correct and accessible.

@augustus281
Copy link
Author

@spike1236 please help me to review this pull request, thank you

- [Linked List Cycle (EASY)](https://leetcode.com/problems/linked-list-cycle/)
- [Happy Number (Easy)](https://leetcode.com/problems/happy-number/)
- [Find the Duplicate Number (Medium)](https://leetcode.com/problems/find-the-duplicate-number/)
- [Linked List Cycle II](https://leetcode.com/problems/linked-list-cycle-ii/description/)
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd just remove /description/ to be consistent with other problems (such as the one above).

Copy link
Member

Choose a reason for hiding this comment

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

Agree

Copy link
Author

Choose a reason for hiding this comment

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

thank for your reply @kostka-dev , i have removed it

Copy link
Author

Choose a reason for hiding this comment

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

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.

3 participants

X Tutup