hello-algo/en/docs/chapter_array_and_linkedlist/index.md

23 lines
1,018 B
Markdown
Raw Normal View History

2023-12-27 00:48:00 +08:00
---
comments: true
icon: material/view-list-outline
---
# Chapter 4.   Arrays and Linked Lists
![Arrays and Linked Lists](../assets/covers/chapter_array_and_linkedlist.jpg){ class="cover-image" }
!!! abstract
2024-01-07 23:42:54 +08:00
The world of data structures resembles a sturdy brick wall.
2023-12-27 00:48:00 +08:00
2024-01-07 23:42:54 +08:00
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.
2023-12-27 00:48:00 +08:00
2023-12-29 00:57:22 +08:00
## Chapter Contents
2023-12-27 00:48:00 +08:00
2023-12-29 18:39:21 +08:00
- [4.1   Array](https://www.hello-algo.com/en/chapter_array_and_linkedlist/array/)
- [4.2   Linked List](https://www.hello-algo.com/en/chapter_array_and_linkedlist/linked_list/)
- [4.3   List](https://www.hello-algo.com/en/chapter_array_and_linkedlist/list/)
- [4.4   Memory and Cache](https://www.hello-algo.com/en/chapter_array_and_linkedlist/ram_and_cache/)
- [4.5   Summary](https://www.hello-algo.com/en/chapter_array_and_linkedlist/summary/)