Introduction To Linked List
Introduction To Linked List
Introduction To Linked List
We have already learned about array and its limitations. In this we will learn about the linear and dynamic
data structure called linked list. There are three types of linked list available which are singly linked list,
doubly linked list and circular linked list.