diff --git a/README.md b/README.md index 87542797..97e2c5c0 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ English version repo and Gitbook is on [english branch](https://github.com/geekx * [2.链表]() * [01.删除链表倒数第N个节点(19)](http://www.geekxh.com/1.1.链表系列/101.html) * [02.合并两个有序链表(21)](http://www.geekxh.com/1.1.链表系列/102.html) - * [03.环形链表(21)](http://www.geekxh.com/1.1.链表系列/103.html) + * [03.环形链表(141)](http://www.geekxh.com/1.1.链表系列/103.html) * [04.两数相加(2)](http://www.geekxh.com/1.1.链表系列/104.html) * [3.动态规划]() diff --git "a/website/1.1.\351\223\276\350\241\250\347\263\273\345\210\227/103.md" "b/website/1.1.\351\223\276\350\241\250\347\263\273\345\210\227/103.md" index 5f92f3c9..12bf78fa 100644 --- "a/website/1.1.\351\223\276\350\241\250\347\263\273\345\210\227/103.md" +++ "b/website/1.1.\351\223\276\350\241\250\347\263\273\345\210\227/103.md" @@ -1,5 +1,5 @@ --- -title: 环形链表(21) +title: 环形链表(141) --- > 今天为大家带来,**链表检测成环**的经典题目。如果你觉得你会了,请你不妨耐心些认真看下去,我相信会有一些不一样的收获!还是先从一道题目开始哟,准备好了吗? Let' s go !