mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 14:06:28 +08:00
07f7eb12ff
* Capitalize all the headers, list headers and figure captions * Fix the term "LRU" * Fix the names of source code link in avl_tree.md * Capitalize only first letter for nav trees in mkdocs.yml * Update code comments * Update linked_list.md * Update linked_list.md
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.
|