Understanding Linked List Data Structure
A warm hello to all the readers! This post will talk about the use of linked list data structure. This is the second data structure after array. There are certain limitations with array because of which linked list came into picture. The array is a fixed memory sized structure and stores elements in continuous memory…