mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-11 19:30:59 +00:00
build
This commit is contained in:
@@ -1,13 +1,26 @@
|
||||
# Data Structure
|
||||
---
|
||||
comments: true
|
||||
icon: material/shape-outline
|
||||
---
|
||||
|
||||
# Chapter 3. Data Structures
|
||||
|
||||
<div class="center-table" markdown>
|
||||
|
||||

|
||||
{ class="cover-image" }
|
||||
|
||||
</div>
|
||||
|
||||
!!! abstract
|
||||
|
||||
Data structures resemble a stable and diverse framework.
|
||||
|
||||
They serve as a blueprint for organizing data orderly, enabling algorithms to come to life upon this foundation.
|
||||
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.
|
||||
|
||||
## 本章内容
|
||||
|
||||
- [3.1 Classification of Data Structures](https://www.hello-algo.com/chapter_data_structure/classification_of_data_structure/)
|
||||
- [3.2 Fundamental Data Types](https://www.hello-algo.com/chapter_data_structure/basic_data_types/)
|
||||
- [3.3 Number Encoding *](https://www.hello-algo.com/chapter_data_structure/number_encoding/)
|
||||
- [3.4 Character Encoding *](https://www.hello-algo.com/chapter_data_structure/character_encoding/)
|
||||
- [3.5 Summary](https://www.hello-algo.com/chapter_data_structure/summary/)
|
||||
|
||||
Reference in New Issue
Block a user