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

Commit 7b6a30e

Browse files
修改readme.md
1 parent a3812d0 commit 7b6a30e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎60-69/60. Linked List Cycle(Easy)/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Return `true` if there is a cycle in the linked list. Otherwise, return `false`.
2626

2727

2828
**example 1**
29-
![test 1](https://github.com/SherlockUnknowEn/leetcode/tree/master/60-69/60.%20Linked%20List%20Cycle(Easy)/circularlinkedlist.png)
29+
![test 1](https://github.com/SherlockUnknowEn/leetcode/blob/master/60-69/60.%20Linked%20List%20Cycle(Easy)/circularlinkedlist.png)
3030

3131
```
3232
Input: head = [3,2,0,-4], pos = 1
@@ -37,7 +37,7 @@ Explanation: There is a cycle in the linked list, where the tail connects to the
3737

3838

3939
**example 2**
40-
![test 2](https://github.com/SherlockUnknowEn/leetcode/tree/master/60-69/60.%20Linked%20List%20Cycle(Easy)/circularlinkedlist_test2.png)
40+
![test 2](https://github.com/SherlockUnknowEn/leetcode/blob/master/60-69/60.%20Linked%20List%20Cycle(Easy)/circularlinkedlist_test2.png)
4141

4242
```
4343
Input: head = [1,2], pos = 0
@@ -47,7 +47,7 @@ Explanation: There is a cycle in the linked list, where the tail connects to the
4747
```
4848

4949
**example 3**
50-
![test 3](https://github.com/SherlockUnknowEn/leetcode/tree/master/60-69/60.%20Linked%20List%20Cycle(Easy)/circularlinkedlist_test3.png)
50+
![test 3](https://github.com/SherlockUnknowEn/leetcode/blob/master/60-69/60.%20Linked%20List%20Cycle(Easy)/circularlinkedlist_test3.png)
5151

5252
```
5353
Input: head = [1], pos = -1

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /