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 d4024ae

Browse files
修改63题 readme.md 中错误链接
1 parent 1b21378 commit d4024ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎60-69/63. Middle of the Linked List(Easy)/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If there are two middle nodes, return the `second middle` node.
2121

2222
**example 1**
2323

24-
![test 1](https://github.com/SherlockUnknowEn/leetcode/blob/master/60-69/63.%20Middle%of%the%Linked%List(Easy)/lc-midlist1.jpg)
24+
![test 1](https://github.com/SherlockUnknowEn/leetcode/blob/master/60-69/63.%20Middle%20of%20the%20Linked%20List(Easy)/lc-midlist1.jpg)
2525

2626
```
2727
Input: head = [1,2,3,4,5]
@@ -33,7 +33,7 @@ Explanation: The middle node of the list is node 3.
3333

3434
**example 2**
3535

36-
![test 2](https://github.com/SherlockUnknowEn/leetcode/blob/master/60-69/63.%20Middle%of%the%Linked%List(Easy)/lc-midlist2.jpg)
36+
![test 2](https://github.com/SherlockUnknowEn/leetcode/blob/master/60-69/63.%20Middle%20of%20the%20Linked%20List(Easy)/lc-midlist2.jpg)
3737

3838
```
3939
Input: head = [1,2,3,4,5,6]

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@
6060
##### 60. [141.Linked List Cycle](https://github.com/SherlockUnknowEn/leetcode/tree/master/60-69/60.%20Linked%20List%20Cycle(Easy)) 环形链表
6161
##### 61. [142.Linked List Cycle II](https://github.com/SherlockUnknowEn/leetcode/tree/master/60-69/61.%20Linked%20List%20Cycle%20II(Medium)) 环形链表 II
6262
##### 62. [160.Intersection of Two Linked Lists](https://github.com/SherlockUnknowEn/leetcode/tree/master/60-69/62.%20Intersection%20of%20Two%20Linked%20Lists(Easy)) 相交链表
63-
##### 63. [876.Middle of the Linked List](https://github.com/SherlockUnknowEn/leetcode/tree/master/60-69/63.%20Middle%of%the%Linked%List(Easy)) 链表的中间结点
63+
##### 63. [876.Middle of the Linked List](https://github.com/SherlockUnknowEn/leetcode/tree/master/60-69/63.%20Middle%20of%20the%20Linked%20List(Easy)) 链表的中间结点

0 commit comments

Comments
(0)

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