Linked List
Linked list is a data structure for storing a collection of data but in a different way compared to array.
We can visualize an array as a box partitioned to store data. It's a continuous block of data , But linked list is many boxes that are not co...
ashoksubbiah.in4 min read