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

23 lines
669 B

11 months ago
---
comments: true
icon: material/shape-outline
---
8 months ago
# Chapter 3.   Data structures
11 months ago
8 months ago
![Data structures](../assets/covers/chapter_data_structure.jpg){ class="cover-image" }
11 months ago
!!! abstract
11 months ago
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.
7 months ago
## Chapter contents
11 months ago
7 months ago
- [3.1   Classification of data structures](classification_of_data_structure.md)
- [3.2   Fundamental data types](basic_data_types.md)
- [3.3   Number encoding *](number_encoding.md)
- [3.4   Character encoding *](character_encoding.md)
- [3.5   Summary](summary.md)