Data Structures: Linked List I
This is a 2-part post on linked lists. In this first part, we shall focus on explanation, visualization, and use cases, while in the next part we shall implement a linked list in javascript. So let's get into it.
Linked List
A linked list is a linea...
m13ha.hashnode.dev4 min read