Doubly Linked List
It consist of Three fields:
1. Previous
2. Data
3. Next
Insertion in Doubly Linked List
This included two methods.
1. Insertion at Tail
2. Insertion at Head
Deletion in Doubly Linked List
This includes two methods.
1. Deletion of Element from position
2. Deletion at Head
next