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/zh-Hant/docs/chapter_data_structure/index.md

23 lines
622 B

---
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)