Skip to content

Commit 4a8ef1d

Browse files
committed
Deployed 178e083 with MkDocs version: 0.17.3
1 parent fddc35f commit 4a8ef1d

20 files changed

+111
-36
lines changed

.DS_Store

6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

03_链表/wnntest.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
3+
# python linked_list.py
4+
when-changed . 'py.test -s linked_list.py'
5+
# when-changed . 'py.test -s double_link_list.py'
6+
# python double_link_list.py
Binary file not shown.
Binary file not shown.
Binary file not shown.
8.47 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -334,15 +334,13 @@ <h2 id="_7">编程语言</h2>
334334
把主要心思放在算法逻辑本身而不是语言细节上,Python 也号称伪代码语言。所有代码示例使用 Python2/3 兼容代码,
335335
不过只在 python3.5 下测试过,推荐用相同版本 Python 进行代码编写和测试。</p>
336336
<h2 id="_8">受众</h2>
337-
<p>想要学习 Python 算法和数据结构的初、中级同学,包括自学的同学和本科低年级学生等。需要掌握 Python
338-
的基本语法和面向对象编程的一些概念,有一定的 Python 使用经验。我们这里尽量只使用最基本的 Python 语法,不会再去介绍用到的 Python 语法糖。</p>
337+
<p>想要学习 Python 算法和数据结构的中级同学,包括自学的同学和本科低年级学生等。需要掌握 Python
338+
的基本语法和面向对象编程的一些概念,有一定的 Python 使用经验。我们这里尽量只使用最基本的 Python 语法,不会再去介绍用到的 Python 语法糖。
339+
注: 本教程不适合新手</p>
339340
<h1 id="_9">预备知识</h1>
340-
<p>(注意:有些初学者反应看起来吃力,为了不花冤枉钱,我建议你先看看本电子书的内容和代码是否在自己的理解范围内,再决定是否购买视频。有些概念不是立马就能理解的,需要反复思考实践)</p>
341+
<p>(注意:有些同学看起来很吃力,为了不花冤枉钱,我建议你先看看本电子书的内容和代码是否在自己的理解范围内,再决定是否购买视频。有些概念不是立马就能理解的,需要反复思考实践)</p>
341342
<ul>
342-
<li>了解基本的数据结构和算法的概念,不适合<strong>完全</strong>没有了解过算法的新手。</li>
343-
<li>有一定的 python 基础,掌握 Python 基本语法,了解 python 内置数据结构的使用方式。有过使用 Python 的经验。知道 class、module、yield 等。如果是 python 初学者,建议先补补基础,否则有些部分看着会比较吃力。</li>
344-
<li>基本的面向对象编程知识,会定义和使用 Python 中的类 (class)</li>
345-
<li>知道 Python 中的魔术方法,比如 <code>__len__</code> <code>__contains__</code></li>
343+
<li>了解基本的数据结构和算法的概念,不适合<strong>完全</strong>没有了解过算法的新手,更不适合 Python 基础都没掌握的同学。购买之前请慎重考虑</li>
346344
<li>无需太多数学基础,仅在算法时间复杂度分析的时候会用到一些简单数学知识。对于学习基础算法,逻辑思维可能更重要一些</li>
347345
</ul>
348346
<h2 id="_10">教材</h2>
@@ -514,6 +512,6 @@ <h2 id="_20">本电子书制作和写作方式</h2>
514512
</html>
515513

516514
<!--
517-
MkDocs version : 0.17.4
518-
Build Date UTC : 2018-07-27 01:09:17
515+
MkDocs version : 0.17.3
516+
Build Date UTC : 2018-08-05 13:26:08
519517
-->

search/search_index.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 95 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,194 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
4+
35
<url>
46
<loc>/</loc>
5-
<lastmod>2018-07-27</lastmod>
7+
<lastmod>2018-08-05</lastmod>
68
<changefreq>daily</changefreq>
79
</url>
10+
11+
12+
813
<url>
914
<loc>/00_课程简介之笨方法学算法/why_and_how_to_learn/</loc>
10-
<lastmod>2018-07-27</lastmod>
15+
<lastmod>2018-08-05</lastmod>
1116
<changefreq>daily</changefreq>
1217
</url>
18+
19+
20+
1321
<url>
1422
<loc>/01_抽象数据类型和面向对象编程/ADT_OOP/</loc>
15-
<lastmod>2018-07-27</lastmod>
23+
<lastmod>2018-08-05</lastmod>
1624
<changefreq>daily</changefreq>
1725
</url>
26+
27+
28+
1829
<url>
1930
<loc>/02_数组和列表/array_and_list/</loc>
20-
<lastmod>2018-07-27</lastmod>
31+
<lastmod>2018-08-05</lastmod>
2132
<changefreq>daily</changefreq>
2233
</url>
34+
35+
36+
2337
<url>
2438
<loc>/03_链表/linked_list/</loc>
25-
<lastmod>2018-07-27</lastmod>
39+
<lastmod>2018-08-05</lastmod>
2640
<changefreq>daily</changefreq>
2741
</url>
42+
43+
44+
2845
<url>
2946
<loc>/04_队列/queue/</loc>
30-
<lastmod>2018-07-27</lastmod>
47+
<lastmod>2018-08-05</lastmod>
3148
<changefreq>daily</changefreq>
3249
</url>
50+
51+
52+
3353
<url>
3454
<loc>/05_栈/stack/</loc>
35-
<lastmod>2018-07-27</lastmod>
55+
<lastmod>2018-08-05</lastmod>
3656
<changefreq>daily</changefreq>
3757
</url>
58+
59+
60+
3861
<url>
3962
<loc>/06_算法分析/big_o/</loc>
40-
<lastmod>2018-07-27</lastmod>
63+
<lastmod>2018-08-05</lastmod>
4164
<changefreq>daily</changefreq>
4265
</url>
66+
67+
68+
4369
<url>
4470
<loc>/07_哈希表/hashtable/</loc>
45-
<lastmod>2018-07-27</lastmod>
71+
<lastmod>2018-08-05</lastmod>
4672
<changefreq>daily</changefreq>
4773
</url>
74+
75+
76+
4877
<url>
4978
<loc>/08_字典/dict/</loc>
50-
<lastmod>2018-07-27</lastmod>
79+
<lastmod>2018-08-05</lastmod>
5180
<changefreq>daily</changefreq>
5281
</url>
82+
83+
84+
5385
<url>
5486
<loc>/09_集合/set/</loc>
55-
<lastmod>2018-07-27</lastmod>
87+
<lastmod>2018-08-05</lastmod>
5688
<changefreq>daily</changefreq>
5789
</url>
90+
91+
92+
5893
<url>
5994
<loc>/10_递归/recursion/</loc>
60-
<lastmod>2018-07-27</lastmod>
95+
<lastmod>2018-08-05</lastmod>
6196
<changefreq>daily</changefreq>
6297
</url>
98+
99+
100+
63101
<url>
64102
<loc>/11_线性查找与二分查找/search/</loc>
65-
<lastmod>2018-07-27</lastmod>
103+
<lastmod>2018-08-05</lastmod>
66104
<changefreq>daily</changefreq>
67105
</url>
106+
107+
108+
68109
<url>
69110
<loc>/12_基本排序算法/basic_sort/</loc>
70-
<lastmod>2018-07-27</lastmod>
111+
<lastmod>2018-08-05</lastmod>
71112
<changefreq>daily</changefreq>
72113
</url>
114+
115+
116+
117+
73118
<url>
74119
<loc>/13_高级排序算法/advanced_sorting/</loc>
75-
<lastmod>2018-07-27</lastmod>
120+
<lastmod>2018-08-05</lastmod>
76121
<changefreq>daily</changefreq>
77122
</url>
123+
78124
<url>
79125
<loc>/13_高级排序算法/merge_sort/</loc>
80-
<lastmod>2018-07-27</lastmod>
126+
<lastmod>2018-08-05</lastmod>
81127
<changefreq>daily</changefreq>
82128
</url>
129+
83130
<url>
84131
<loc>/13_高级排序算法/quick_sort/</loc>
85-
<lastmod>2018-07-27</lastmod>
132+
<lastmod>2018-08-05</lastmod>
86133
<changefreq>daily</changefreq>
87134
</url>
135+
136+
137+
138+
88139
<url>
89140
<loc>/14_树与二叉树/tree/</loc>
90-
<lastmod>2018-07-27</lastmod>
141+
<lastmod>2018-08-05</lastmod>
91142
<changefreq>daily</changefreq>
92143
</url>
144+
145+
146+
93147
<url>
94148
<loc>/15_堆与堆排序/heap_and_heapsort/</loc>
95-
<lastmod>2018-07-27</lastmod>
149+
<lastmod>2018-08-05</lastmod>
96150
<changefreq>daily</changefreq>
97151
</url>
152+
153+
154+
98155
<url>
99156
<loc>/16_优先级队列/priority_queue/</loc>
100-
<lastmod>2018-07-27</lastmod>
157+
<lastmod>2018-08-05</lastmod>
101158
<changefreq>daily</changefreq>
102159
</url>
160+
161+
162+
103163
<url>
104164
<loc>/17_二叉查找树/binary_search_tree/</loc>
105-
<lastmod>2018-07-27</lastmod>
165+
<lastmod>2018-08-05</lastmod>
106166
<changefreq>daily</changefreq>
107167
</url>
168+
169+
170+
108171
<url>
109172
<loc>/18_图与图的遍历/graph/</loc>
110-
<lastmod>2018-07-27</lastmod>
173+
<lastmod>2018-08-05</lastmod>
111174
<changefreq>daily</changefreq>
112175
</url>
176+
177+
178+
113179
<url>
114180
<loc>/19_python内置常用算法和数据结构/builtins/</loc>
115-
<lastmod>2018-07-27</lastmod>
181+
<lastmod>2018-08-05</lastmod>
116182
<changefreq>daily</changefreq>
117183
</url>
184+
185+
186+
118187
<url>
119188
<loc>/20_面试指南/interview/</loc>
120-
<lastmod>2018-07-27</lastmod>
189+
<lastmod>2018-08-05</lastmod>
121190
<changefreq>daily</changefreq>
122191
</url>
192+
193+
123194
</urlset>

0 commit comments

Comments
 (0)