mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-17 01:06:07 +00:00
build
This commit is contained in:
@@ -3,20 +3,20 @@ comments: true
|
||||
icon: material/view-list-outline
|
||||
---
|
||||
|
||||
# Chapter 4. Arrays and linked lists
|
||||
# Chapter 4. Array and Linked List
|
||||
|
||||
{ class="cover-image" }
|
||||
{ class="cover-image" }
|
||||
|
||||
!!! abstract
|
||||
|
||||
The world of data structures resembles a sturdy brick wall.
|
||||
The world of data structures is like a solid brick wall.
|
||||
|
||||
In arrays, envision bricks snugly aligned, each resting seamlessly beside the next, creating a unified formation. Meanwhile, in linked lists, these bricks disperse freely, embraced by vines gracefully knitting connections between them.
|
||||
Array bricks are neatly arranged, tightly packed one by one. Linked list bricks are scattered everywhere, with connecting vines freely weaving through the gaps between bricks.
|
||||
|
||||
## Chapter contents
|
||||
|
||||
- [4.1 Array](array.md)
|
||||
- [4.2 Linked list](linked_list.md)
|
||||
- [4.2 Linked List](linked_list.md)
|
||||
- [4.3 List](list.md)
|
||||
- [4.4 Memory and cache *](ram_and_cache.md)
|
||||
- [4.4 Memory and Cache *](ram_and_cache.md)
|
||||
- [4.5 Summary](summary.md)
|
||||
|
||||
Reference in New Issue
Block a user