Computer Science, asked by Adityanegi5047, 1 year ago

What is a memory efficient double linked list? Select one:

a. None of the mentioned

b. An auxiliary singly linked list acts as a helper list to traverse through the doubly linked list

c. The list has breakpoints for faster traversal

d. Each node has only one pointer to traverse the list back and forth?

Answers

Answered by Anonymous
4

b. An auxiliary singly linked list acts as a helper list to traverse through the doubly linked list

hope it helps uh

Similar questions