mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 23:26:28 +08:00
22 lines
924 B
Markdown
22 lines
924 B
Markdown
---
|
|
comments: true
|
|
icon: material/shape-outline
|
|
---
|
|
|
|
# Chapter 3. Data structures
|
|
|
|
![Data structures](../assets/covers/chapter_data_structure.jpg){ class="cover-image" }
|
|
|
|
!!! abstract
|
|
|
|
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.
|
|
|
|
## Chapter Contents
|
|
|
|
- [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/)
|