A linked list is a sequence of data structures, which are connected together via links. Linked List is a sequence of links which contains items. Each link contains a connection to another link. Linked list is the second most-used data structure after array. source
Links
Nodes
References
Simple Linked List
Doubly Linked List
Circular Linked List.