Files
hello-algo/ja/docs/chapter_data_structure/index.md
T
krahets 9d21ca86b0 build
2026-04-03 18:46:15 +08:00

23 lines
751 B
Markdown

---
comments: true
icon: material/shape-outline
---
# 第 3 章   データ構造
![データ構造](../assets/covers/chapter_data_structure.jpg){ class="cover-image" }
!!! abstract
データ構造は、堅固で多様な枠組みのようなものである。
それはデータを秩序立てて組織するための青写真を示し、アルゴリズムはその上で生き生きと動き出す。
## 章の内容
- [3.1   データ構造の分類](classification_of_data_structure.md)
- [3.2   基本データ型](basic_data_types.md)
- [3.3   数値エンコーディング *](number_encoding.md)
- [3.4   文字エンコーディング *](character_encoding.md)
- [3.5   まとめ](summary.md)