Linked List :Data Structure

A linked-list is a sequence of data structures which are connected together via links. Linked List is a sequence of links which contains items. Each link contains a connection to another link. Linked list the second most used data structure after array. Following are important terms to understand the concepts of Linked List.


not available

Types of Linked List:

Basic Operations:

not available

not available