Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit783d83b

Browse files
authored
Update tortoise_and_hare.md
1 parent614be72 commit783d83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/others/tortoise_and_hare.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Now, that we have figured out if there is a cycle present in the linked list, fo
3737
###Step 2: Starting point of the cycle
3838
1. Reset the $slow$ pointer to the**head** of the linked list.
3939
2. Move both pointers one step at a time.
40-
3. The point they will meet at will be thestarting point of the cycle.
40+
3. The point they will meet at will be thestarting point of the cycle.
4141

4242
```java
4343
// Presence of cycle

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp