Linked list

A linear data structure whose elements store links to other elements instead of relying on consecutive memory locations. Its nodes can be rearranged by changing links without moving the stored values.

Connect