You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
591 B
24 lines
591 B
---
|
|
comments: true
|
|
icon: material/graph-outline
|
|
---
|
|
|
|
# 第 7 章 樹
|
|
|
|
![樹](../assets/covers/chapter_tree.jpg){ class="cover-image" }
|
|
|
|
!!! abstract
|
|
|
|
參天大樹充滿生命力,根深葉茂,分枝扶疏。
|
|
|
|
它為我們展現了資料分治的生動形態。
|
|
|
|
## 本章內容
|
|
|
|
- [7.1 二元樹](binary_tree.md)
|
|
- [7.2 二元樹走訪](binary_tree_traversal.md)
|
|
- [7.3 二元樹陣列表示](array_representation_of_tree.md)
|
|
- [7.4 二元搜尋樹](binary_search_tree.md)
|
|
- [7.5 AVL *](avl_tree.md)
|
|
- [7.6 小結](summary.md)
|