mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-25 20:46:08 +00:00
build
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
comments: true
|
||||
icon: material/graph-outline
|
||||
---
|
||||
|
||||
# 第 7 章 木
|
||||
|
||||
{ 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)
|
||||
Reference in New Issue
Block a user