1, LinkedList
composed of one and one Node: [data][next].
[head] -> [data][next] -> [data][next] -> [data][next] -> [null].
Empty linkedList: head == null.
V.S. Array DS: fast at insert/delete.
[DS Basics] List,布布扣,bubuko.com
时间: 2024-10-14 15:57:56