Open In App

Advantages, Disadvantages, and uses of Doubly Linked List

A Doubly Linked List(DLL) is a linear data structure that contains an extra pointer, typically called the previous pointer, together with the next pointer and data which are there in a singly linked list. Below is the image to illustrate the same.



Advantages Of DLL:

Disadvantages Of DLL:



Uses Of DLL:

Article Tags :