1

Linked List Explained In 2 Minutes

Video Tutorial - Beginner youtube.com

Data Structures and Algorithms Linked Lists

Linked list is simple and common data structure, which can be used to implement other data structures such as queue and stack. Let’s take a closer look at it.