Linked list
A graph of ordered nodes. Each node has an associated value and an optional next node. A linked list may contain a circular reference.
A graph of ordered nodes. Each node has an associated value and an optional next node. A linked list may contain a circular reference.