How is doubly linked list used

How is doubly linked list used?

E

Expert

Verified

Use of Doubly linked list is as follows:

This linked lists store a reference to the prior element. It means you can traverse the list backwards and also forwards. It could be very helpful in several situations. But, they have most of similar disadvantages as well as advantages like a Linked List.

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.