Skip to content

Commit eb63ffc

Browse files
committed
add complexity analysis for binary tree
1 parent 58f8494 commit eb63ffc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

basics_data_structure/binary_tree.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@
5252
6. 快速排序
5353
7. 循环赛日程表
5454
8. 汉诺塔
55+
56+
## 树类题的复杂度分析
57+
58+
对树相关的题进行复杂度分析时可统计对每个节点被访问的次数,进而求得总的时间复杂度。

0 commit comments

Comments
 (0)