About Singly & Doubly linked List

What is Linked List ?

<aside> <img src="/icons/verified_gray.svg" alt="/icons/verified_gray.svg" width="40px" />

A linked list is a sequential list of nodes that hold data which point to other nodes also containing data

</aside>

Where are linked list used ?

Terminology

Singly Vs Doubly Linked List

Singly List

<aside> <img src="/icons/square-alternate_gray.svg" alt="/icons/square-alternate_gray.svg" width="40px" />

3 ⇒ 84 ⇒ 85 ⇒ 21 ⇒ 90 ⇒ 29 ⇒ 44 ⇒ 30

</aside>