Linked Lists

Linked lists are are an ordered set of nodes where each node contains a link to its successor.

We'll cover the following...
Loading...

A linked list is a data structure that holds a sequence of linked nodes. Each node contains data and a reference, where reference points to its successor node in the Linked List.

No Graph available
Linked List with 3 nodes
...
Access this course and 1400+ top-rated courses and projects.