Linked List : ===================== it is a group of nodes each node contains data element and next node address if i am pointing to a particular , i am holding the address of the particular location How Many types of linkedlist : ================================= Singly linked list (Unidirectional) Circular Singly linked list (Bi directional) Doubly linked list (Unidirectional) ================================= Array vs Linked List: the same applied to Array Vs ArrayList ========================== Array has static size; Linked list is having dynamic size ========================== ArrayList vs LinkedList ------------------------ By using linked list we have a greater advantage =======================================================