mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-01 01:54:24 +00:00
23 lines
751 B
Markdown
23 lines
751 B
Markdown
---
|
|
comments: true
|
|
icon: material/shape-outline
|
|
---
|
|
|
|
# 第 3 章 データ構造
|
|
|
|
{ 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)
|