Linked List Visualizer

Created by Von Vista

> Github > Project

A linked list is a linear data structure, in which the elements are not stored at contiguous memory locations

In simple words, a linked list consists of nodes where each node contains a data field and a reference(link) to the next node in the list.

-GeeksForGeeks-


Select a type of linked list below to start

Avatar
Singly-Linked List
Avatar
Singly-Linked List with Tail
Avatar
Doubly-Linked List
Avatar
Stack (Linked List)
Avatar
Queue (Linked List)