What are doubly linked lists?

Doubly linked lists are a special type of linked list wherein traversal across the data elements can be done in both directions. This is made possible by having two links in every node, one that links to the next node and another one that connects to the previous node.

0
Sujan Bk
Jan 9, 2022
More related questions

Questions Bank

View all Questions