hello-algo/docs/chapter_data_structure/index.md

23 lines
859 B
Markdown
Raw Normal View History

2023-06-02 01:35:02 +08:00
---
comments: true
2023-07-19 16:10:06 +08:00
icon: material/shape-outline
2023-06-02 01:35:02 +08:00
---
2023-08-19 22:07:27 +08:00
# 第 3 章   数据结构
2023-06-02 01:35:02 +08:00
2023-11-09 05:13:48 +08:00
![数据结构](../assets/covers/chapter_data_structure.jpg){ class="cover-image" }
2023-06-02 01:35:02 +08:00
2023-08-03 04:37:52 +08:00
!!! abstract
数据结构如同一副稳固而多样的框架。
2023-12-02 06:24:05 +08:00
它为数据的有序组织提供了蓝图,算法得以在此基础上生动起来。
2023-08-03 04:37:52 +08:00
2023-07-17 17:51:03 +08:00
## 本章内容
- [3.1   数据结构分类](https://www.hello-algo.com/chapter_data_structure/classification_of_data_structure/)
- [3.2   基本数据类型](https://www.hello-algo.com/chapter_data_structure/basic_data_types/)
- [3.3   数字编码 *](https://www.hello-algo.com/chapter_data_structure/number_encoding/)
- [3.4   字符编码 *](https://www.hello-algo.com/chapter_data_structure/character_encoding/)
- [3.5   小结](https://www.hello-algo.com/chapter_data_structure/summary/)