Add Linked List Cycle II to tortoise and hare practice problems#1609
Open
augustus281 wants to merge 2 commits intocp-algorithms:mainfrom
Open
Add Linked List Cycle II to tortoise and hare practice problems#1609augustus281 wants to merge 2 commits intocp-algorithms:mainfrom
augustus281 wants to merge 2 commits intocp-algorithms:mainfrom
Conversation
Author
|
@spike1236 please help me to review this pull request, thank you |
kostka-dev
reviewed
Mar 10, 2026
src/others/tortoise_and_hare.md
Outdated
| - [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/) |
Contributor
There was a problem hiding this comment.
I'd just remove /description/ to be consistent with other problems (such as the one above).
Author
There was a problem hiding this comment.
thank for your reply @kostka-dev , i have removed it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan