A singly linked list is a sequence of nodes, each node stores: an element an a link to the next node.