mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-24 02:21:30 +08:00
build
This commit is contained in:
26
docs/chapter_data_structure/index.md
Normal file
26
docs/chapter_data_structure/index.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
comments: true
|
||||
icon: material/shape-outline
|
||||
---
|
||||
|
||||
# 第 3 章 数据结构
|
||||
|
||||
<div class="center-table" markdown>
|
||||
|
||||
{ width="600" }
|
||||
|
||||
</div>
|
||||
|
||||
!!! abstract
|
||||
|
||||
数据结构如同一副稳固而多样的框架。
|
||||
|
||||
它为数据的有序组织提供了蓝图,使算法得以在此基础上生动起来。
|
||||
|
||||
## 本章内容
|
||||
|
||||
- [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/)
|
||||
Reference in New Issue
Block a user