Linear data structure
each element in the linked list is actually a separate object while all the objects are linked together by the reference field in each element
linked together by the reference field
There are Two types:
Singly linked list
Doubly linked list
Time complexity
Singly Linked List
Doubly Linked List