KUMAR SHIVAM

Explain circular doubly linked list with header node ? 

Data Structures and Algorithms

Answer in Short

Circular doubly linked list is a more complexed type of data structure in which a node contain pointers to its previous node as well as the next node.

Explanation

962    0





Share:   

More Questions from Data Structures and Algorithms Module 3