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.
23 lines
1018 B
23 lines
1018 B
11 months ago
|
---
|
||
|
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
|
||
|
|
||
11 months ago
|
The world of data structures resembles a sturdy brick wall.
|
||
11 months ago
|
|
||
11 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
|
|
||
11 months ago
|
## Chapter Contents
|
||
11 months ago
|
|
||
11 months ago
|
- [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/)
|