File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
17_二叉查找树/binary_search_tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -444,6 +444,7 @@ <h1 id="_8">练习题:</h1>
444
444
< h1 id ="_9 "> 延伸阅读</ h1 >
445
445
< ul >
446
446
< li > 《Data Structures and Algorithms in Python》14 章,树的概念和算法还有很多,我们这里介绍最基本的</ li >
447
+ < li > 了解 mysql 索引使用的 Btree 结构</ li >
447
448
</ ul >
448
449
449
450
</ div >
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ <h1 id="_1">注意事项</h1>
228
228
< li > 加分项:github、个人技术博客、开源项目、技术论坛帐号等,让面试官有更多渠道了解你,有时候仅仅根据几十分钟的面试来评判面试者是有失偏颇的。(比如面试者临场发挥不好;面试官个人偏好;会的都不问,问的都不会等)</ li >
229
229
</ ul >
230
230
< h1 id ="_2 "> 白板编程</ h1 >
231
- < p > 其实我个人是反对出纯算法题目的,尤其是有些比较刁钻的直接出算法竞赛题,这对与很多做工程的同学来说是比较吃亏的。</ p >
231
+ < p > 其实我个人是反对出纯算法题目的,尤其是有些比较刁钻的直接出算法竞赛题,这对与很多做工程的同学来说是比较吃亏的。没事的时候可以去 LeetCode 之类的网站刷刷基础题。 </ p >
232
232
< ul >
233
233
< li > 练习手写常见的算法,比如快排,二分,归并等,记住常见排序算法时间复杂度</ li >
234
234
< li > 逻辑正确是前提</ li >
Original file line number Diff line number Diff line change @@ -479,5 +479,5 @@ <h2 id="_19">本电子书制作和写作方式</h2>
479
479
480
480
<!--
481
481
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
483
483
-->
You can’t perform that action at this time.
0 commit comments