Singly Linked List

A list of elements connected using pointers. (Reading time: under 1 minute)

A singly linked list is a linear data structure. Each element, called a node, is connected to the other, by pointers (or references) to the next node.

Get hands-on with 1200+ tech skills courses.