linked list node

Each element in a linked list is called a node. A node is a container that holds some data and a reference to the next node in the list.