Skip to content

Commit 4c8329f

Browse files
committed
btree; leetcode
1 parent 21c122a commit 4c8329f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/17_二叉查找树/binary_search_tree.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,4 @@ bst = BST.build_from(NODE_LIST)
242242

243243
# 延伸阅读
244244
- 《Data Structures and Algorithms in Python》14 章,树的概念和算法还有很多,我们这里介绍最基本的
245+
- 了解 mysql 索引使用的 Btree 结构

docs/20_面试指南/interview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
# 白板编程
12-
其实我个人是反对出纯算法题目的,尤其是有些比较刁钻的直接出算法竞赛题,这对与很多做工程的同学来说是比较吃亏的。
12+
其实我个人是反对出纯算法题目的,尤其是有些比较刁钻的直接出算法竞赛题,这对与很多做工程的同学来说是比较吃亏的。没事的时候可以去 LeetCode 之类的网站刷刷基础题。
1313

1414
- 练习手写常见的算法,比如快排,二分,归并等,记住常见排序算法时间复杂度
1515
- 逻辑正确是前提

0 commit comments

Comments
 (0)