hello-algo/en/docs/chapter_data_structure/index.md

23 lines
663 B
Markdown
Raw Normal View History

2023-12-27 00:48:00 +08:00
---
comments: true
icon: material/shape-outline
---
2024-04-06 03:02:20 +08:00
# Chapter 3.   Data structures
2023-12-22 00:01:05 +08:00
2024-04-06 03:02:20 +08:00
![Data structures](../assets/covers/chapter_data_structure.jpg){ class="cover-image" }
2023-12-22 00:01:05 +08:00
!!! abstract
2023-12-27 00:48:00 +08:00
Data structures serve as a robust and diverse framework.
They offer a blueprint for the orderly organization of data, upon which algorithms come to life.
2024-04-07 02:41:53 +08:00
## Chapter contents
2023-12-27 00:48:00 +08:00
2024-04-07 02:41:53 +08:00
- [3.1   Classification of data structures](classification_of_data_structure.md)
2024-04-11 20:03:16 +08:00
- [3.2   Basic data types](basic_data_types.md)
2024-04-07 02:41:53 +08:00
- [3.3   Number encoding *](number_encoding.md)
- [3.4   Character encoding *](character_encoding.md)
- [3.5   Summary](summary.md)