Linked List

In the simplest terms, Linked List is a non contiguous allocation of nodes in memory where each node remembers address of atleast one of its neighbours if there is any.