2023-06-02 01:35:02 +08:00
|
|
|
---
|
|
|
|
comments: true
|
2023-07-17 17:51:03 +08:00
|
|
|
icon: material/database-outline
|
2023-06-02 01:35:02 +08:00
|
|
|
---
|
|
|
|
|
2023-06-30 05:17:38 +08:00
|
|
|
# 3. 数据结构
|
2023-06-02 01:35:02 +08:00
|
|
|
|
|
|
|
<div class="center-table" markdown>
|
|
|
|
|
|
|
|
![数据结构](../assets/covers/chapter_data_structure.jpg){ width="70%" }
|
|
|
|
|
|
|
|
</div>
|
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/)
|