You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hello-algo/docs/chapter_data_structure/index.md

27 lines
907 B

1 year ago
---
comments: true
1 year ago
icon: material/shape-outline
1 year ago
---
1 year ago
# 第 3 章   数据结构
1 year ago
<div class="center-table" markdown>
1 year ago
![数据结构](../assets/covers/chapter_data_structure.jpg){ class="cover-image" }
1 year ago
</div>
1 year ago
1 year ago
!!! abstract
数据结构如同一副稳固而多样的框架。
它为数据的有序组织提供了蓝图,使算法得以在此基础上生动起来。
1 year ago
## 本章内容
- [3.1 &nbsp; 数据结构分类](https://www.hello-algo.com/chapter_data_structure/classification_of_data_structure/)
- [3.2 &nbsp; 基本数据类型](https://www.hello-algo.com/chapter_data_structure/basic_data_types/)
- [3.3 &nbsp; 数字编码 *](https://www.hello-algo.com/chapter_data_structure/number_encoding/)
- [3.4 &nbsp; 字符编码 *](https://www.hello-algo.com/chapter_data_structure/character_encoding/)
- [3.5 &nbsp; 小结](https://www.hello-algo.com/chapter_data_structure/summary/)