What is Doubly link list?
Answers
Answered by
1
Answer:
•A doubly linked list is a linked data structure that consists of a set of sequentially linked records called nodes.
•The beginning and ending nodes' previous and next links, respectively, point to some kind of terminator, typically a sentinel node or null, to facilitate traversal of the list.
I Hope It Will Help!
^_^
Similar questions