
Linked List, is a data structure made of unit structures called nodes. Linked List is a container type data structure with one or more data fields and links to successive node. Different types of Linked list exists.· Singly Linked List· Doubly Linked List· Circularly Linked List· Skip List...