mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 15:26:28 +08:00
b3f100aff1
* Add Ruby code blocks to documents * Remove Ruby code from en/docs * Remove "center-table" class in index.md * Add "data-toc-label" to handle the latex heading during the build process * Use normal JD link instead. * Bug fixes
9 lines
261 B
Markdown
9 lines
261 B
Markdown
# Data Structures
|
|
|
|
![Data Structures](../assets/covers/chapter_data_structure.jpg)
|
|
|
|
!!! 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.
|