mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-02 10:34:35 +00:00
23 lines
664 B
Markdown
23 lines
664 B
Markdown
---
|
|
comments: true
|
|
icon: material/shape-outline
|
|
---
|
|
|
|
# Chapter 3. Data Structures
|
|
|
|
{ class="cover-image" }
|
|
|
|
!!! abstract
|
|
|
|
Data structures are like a sturdy and diverse framework.
|
|
|
|
It provides 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 Basic 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)
|