mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-28 21:06:29 +08:00
22 lines
619 B
Markdown
22 lines
619 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)
|