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

23 lines
924 B
Markdown
Raw Normal View History

2023-12-27 00:48:00 +08:00
---
comments: true
icon: material/shape-outline
---
# Chapter 3.   Data Structures
2023-12-22 00:01:05 +08:00
2023-12-27 00:48:00 +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.
2023-12-29 00:57:22 +08:00
## Chapter Contents
2023-12-27 00:48:00 +08:00
2023-12-29 18:39:21 +08:00
- [3.1   Classification of Data Structures](https://www.hello-algo.com/en/chapter_data_structure/classification_of_data_structure/)
- [3.2   Fundamental Data Types](https://www.hello-algo.com/en/chapter_data_structure/basic_data_types/)
- [3.3   Number Encoding *](https://www.hello-algo.com/en/chapter_data_structure/number_encoding/)
- [3.4   Character Encoding *](https://www.hello-algo.com/en/chapter_data_structure/character_encoding/)
- [3.5   Summary](https://www.hello-algo.com/en/chapter_data_structure/summary/)