Common Types of Linked Lists
Singly linked list
As shown in the below image, singly linked lists contain nodes that have data and a reference that points to the next node.


As shown in the below image, singly linked lists contain nodes that have data and a reference that points to the next node.

