上QQ阅读APP看书,第一时间看更新
LinkedList
LinkedList is a sequence of nodes that have properties and a reference to the next node in the sequence. It is a linear data structure that is used to store data. The data structure permits the addition and deletion of components from any node next to another node. They are not stored contiguously in memory, which makes them different arrays.
The following sections will look at the structures and methods in a linked list.