This website requires JavaScript.
Explore
Help
Register
Sign In
algorithm
/
hello-algo
Watch
1
Star
0
Fork
0
You've already forked hello-algo
mirror of
https://github.com/krahets/hello-algo.git
synced
2025-07-22 15:53:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
hello-algo
/
docs
/
chapter_array_and_linkedlist
/
index.md
krahets
0105644232
build
2023-11-09 05:13:48 +08:00
755 B
Raw
Blame
History
comments
icon
true
material/view-list-outline
第 4 章 数组与链表
{ class="cover-image" }
!!! abstract
数据结构的世界如同一堵厚实的砖墙。 数组的砖块整齐排列,逐个紧贴。链表的砖块分散各处,连接的藤蔓自由地穿梭于砖缝之间。
本章内容
4.1 数组
4.2 链表
4.3 列表
4.4 小结