You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hello-algo/en/docs/chapter_array_and_linkedlist/index.md

23 lines
735 B

11 months ago
---
comments: true
icon: material/view-list-outline
---
8 months ago
# Chapter 4.   Arrays and linked lists
11 months ago
8 months ago
![Arrays and linked lists](../assets/covers/chapter_array_and_linkedlist.jpg){ class="cover-image" }
11 months ago
!!! abstract
10 months ago
The world of data structures resembles a sturdy brick wall.
11 months ago
10 months ago
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.
11 months ago
7 months ago
## Chapter contents
11 months ago
7 months ago
- [4.1   Array](array.md)
- [4.2   Linked list](linked_list.md)
- [4.3   List](list.md)
7 months ago
- [4.4   Memory and cache *](ram_and_cache.md)
7 months ago
- [4.5   Summary](summary.md)