Definition

Singly linked list

A singly linked list is a data structure that stores elements in nodes, where each node contains a value and a next link to the next node in the chain.