Skip to main content

链表(Linked List)

与数组相似,链表也是一种线性数据结构

单链表

单链表

双链表

双链表

数组vs链表 时间复杂度

数组vs链表