Brush the topic reference
A, list
Linked lists: Single-linked lists Double-linked lists Round-robin lists usually use virtual head nodes, which are more convenient when dealing with head nodes. Double Pointers are often used in linked lists; Slow =slow. Next,fast=fast. Next;
Insert/delete/query time complexity comparison of arrays and linked lists