Doubly linked list is a type of linked list in which a node contains pointer to previous as well as next node in the sequence. Learn more.