Skip to content

Commit aeb1e02

Browse files
author
hanson
committed
修正环形链表题目对应的 leetcode 题号
1 parent e3948fa commit aeb1e02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ English version repo and Gitbook is on [english branch](https://github.com/geekx
7373
* [2.链表]()
7474
* [01.删除链表倒数第N个节点(19)](http://www.geekxh.com/1.1.链表系列/101.html)
7575
* [02.合并两个有序链表(21)](http://www.geekxh.com/1.1.链表系列/102.html)
76-
* [03.环形链表(21)](http://www.geekxh.com/1.1.链表系列/103.html)
76+
* [03.环形链表(141)](http://www.geekxh.com/1.1.链表系列/103.html)
7777
* [04.两数相加(2)](http://www.geekxh.com/1.1.链表系列/104.html)
7878

7979
* [3.动态规划]()

website/1.1.链表系列/103.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 环形链表(21)
2+
title: 环形链表(141)
33
---
44

55
> 今天为大家带来,**链表检测成环**的经典题目。如果你觉得你会了,请你不妨耐心些认真看下去,我相信会有一些不一样的收获!还是先从一道题目开始哟,准备好了吗? Let' s go !

0 commit comments

Comments
 (0)