Linked list is a linear data structure which is made up of nodes connected together by pointers. where nodes store data and are created dynamically so that only the required amnout of memory space is utilized.

Linked List Tutorials