Skip to content

Commit 95930f2

Browse files
committed
Deployed 4c8329f with MkDocs version: 0.17.3
1 parent 1df309e commit 95930f2

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

17_二叉查找树/binary_search_tree/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ <h1 id="_8">练习题:</h1>
444444
<h1 id="_9">延伸阅读</h1>
445445
<ul>
446446
<li>《Data Structures and Algorithms in Python》14 章,树的概念和算法还有很多,我们这里介绍最基本的</li>
447+
<li>了解 mysql 索引使用的 Btree 结构</li>
447448
</ul>
448449

449450
</div>

20_面试指南/interview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h1 id="_1">注意事项</h1>
228228
<li>加分项:github、个人技术博客、开源项目、技术论坛帐号等,让面试官有更多渠道了解你,有时候仅仅根据几十分钟的面试来评判面试者是有失偏颇的。(比如面试者临场发挥不好;面试官个人偏好;会的都不问,问的都不会等)</li>
229229
</ul>
230230
<h1 id="_2">白板编程</h1>
231-
<p>其实我个人是反对出纯算法题目的,尤其是有些比较刁钻的直接出算法竞赛题,这对与很多做工程的同学来说是比较吃亏的。</p>
231+
<p>其实我个人是反对出纯算法题目的,尤其是有些比较刁钻的直接出算法竞赛题,这对与很多做工程的同学来说是比较吃亏的。没事的时候可以去 LeetCode 之类的网站刷刷基础题。</p>
232232
<ul>
233233
<li>练习手写常见的算法,比如快排,二分,归并等,记住常见排序算法时间复杂度</li>
234234
<li>逻辑正确是前提</li>

index.html

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

480480
<!--
481481
MkDocs version : 0.17.3
482-
Build Date UTC : 2018-05-27 00:14:18
482+
Build Date UTC : 2018-05-27 12:46:42
483483
-->

0 commit comments

Comments
 (0)