Skip to content

Commit ca2c7e2

Browse files
committed
Deployed a389ccb with MkDocs version: 0.17.3
1 parent 6781b9f commit ca2c7e2

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
lines changed

index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ <h1 id="python">Python 算法与数据结构视频教程</h1>
240240
<h2 id="_1">课程简介</h2>
241241
<p>数据结构和算法是每个程序员需要掌握的基础知识之一,也是面试中跨不过的槛。目前关于 Python 算法和数据结构的中文资料比较欠缺,
242242
笔者尝试录制视频教程帮助 Python 初学者掌握常用算法和数据结构,提升开发技能。
243-
本教程是付费教程(文字内容和代码免费),因为笔者录制的过程中除了购买软件、手写板等硬件之外,业余需要花费很多时间和精力来录制视频、查资料、编写课件和代码,养家糊口不容易,希望大家体谅。</p>
243+
本教程是付费教程(文字内容和代码免费),因为笔者录制的过程中除了购买软件、手写板等硬件之外,业余需要花费很多时间和精力来录制视频、查资料、编写课件和代码,养家糊口不容易,希望大家体谅。
244+
(视频未完成,完成后会在本页面放出链接)</p>
244245
<h2 id="_2">链接</h2>
245246
<p><a href="http://ningning.today/python_data_structures_and_algorithms/">网上阅读《Python 算法与数据结构教程 》</a></p>
246247
<p><a href="https://github.com/PegasusWang/python_data_structures_and_algorithms">github 链接</a></p>
@@ -291,7 +292,9 @@ <h2 id="_6">目录结构</h2>
291292
<li>高级排序算法: 归并排序、快排</li>
292293
<li>树,二叉树</li>
293294
<li>堆与堆排序</li>
294-
<li>图,dfs 和 bfs</li>
295+
<li>优先级队列</li>
296+
<li>二叉查找树</li>
297+
<li>图与图的遍历</li>
295298
<li>python 内置常用数据结构和算法的使用。list, dict, set, collections 模块,heapq 模块</li>
296299
<li>面试笔试常考算法</li>
297300
</ul>
@@ -373,8 +376,7 @@ <h2 id="_17">工具</h2>
373376
<li>Sublime</li>
374377
<li>Atom</li>
375378
<li>Vscode</li>
376-
<li>Vim</li>
377-
<li>Emacs</li>
379+
<li>Vim/Emacs</li>
378380
</ul>
379381
<h2 id="_18">勘误</h2>
380382
<p>输出其实也是一种再学习的过程,中途需要查看大量资料、编写讲义、视频录制、代码编写等,难免有疏漏之处。
@@ -454,5 +456,5 @@ <h2 id="_19">本电子书制作和写作方式</h2>
454456

455457
<!--
456458
MkDocs version : 0.17.3
457-
Build Date UTC : 2018-05-01 13:11:50
459+
Build Date UTC : 2018-05-04 01:07:23
458460
-->

0 commit comments

Comments
 (0)