Skip to content

Commit 8b16273

Browse files
committed
Deployed 1c56335 with MkDocs version: 0.17.3
1 parent 9617ef7 commit 8b16273

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

03_链表/linked_list/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@
8787
<li class="toctree-l2"><a href="#_5">相关阅读</a></li>
8888

8989

90+
<li class="toctree-l2"><a href="#_6">勘误:</a></li>
91+
92+
9093
</ul>
9194
</li>
9295

@@ -335,6 +338,8 @@ <h1 id="_4">小问题:</h1>
335338
</ul>
336339
<h1 id="_5">相关阅读</h1>
337340
<p><a href="https://zhuanlan.zhihu.com/p/35175401">那些年,我们一起跪过的算法题- Lru cache[视频]</a></p>
341+
<h1 id="_6">勘误:</h1>
342+
<p>视频中 LinkedList.remove 方法讲解有遗漏, linked_list.py 文件已经修正,请读者注意。具体请参考 <a href="https://github.com/PegasusWang/python_data_structures_and_algorithms/pull/3">fix linked_list &amp; add gitigonre</a></p>
338343

339344
</div>
340345
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,5 +480,5 @@ <h2 id="_19">本电子书制作和写作方式</h2>
480480

481481
<!--
482482
MkDocs version : 0.17.3
483-
Build Date UTC : 2018-05-29 12:56:02
483+
Build Date UTC : 2018-05-29 13:08:23
484484
-->

0 commit comments

Comments
 (0)