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.
23 lines
669 B
23 lines
669 B
---
|
|
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](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)
|