This commit is contained in:
krahets
2025-10-17 05:33:23 +08:00
parent 9278f3c659
commit 68bb9afb16
113 changed files with 35936 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
---
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)