This commit is contained in:
krahets
2023-12-29 00:57:22 +08:00
parent faf297c890
commit a663ffc3ab
5 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ icon: material/view-list-outline
The bricks of an array are neatly arranged, each closely connected to the next. In contrast, the bricks of a linked list are scattered, with vines of connections freely weaving through the gaps between bricks.
## 本章内容
## Chapter Contents
- [4.1   Array](https://www.hello-algo.com/chapter_array_and_linkedlist/array/)
- [4.2   Linked List](https://www.hello-algo.com/chapter_array_and_linkedlist/linked_list/)