Linked List/Singly-Linked List/Doubly-Linked List

 

A linked list is a data structure that consists of a sequence of data records such that in each record there is a field that contains a link to the next record in the sequence.

你可能感兴趣的:(list,each,structure)