This topic isn’t there in the lecture videos.
Q8. Memory Efficient List
What is a memory efficient double linked list?
a. Each node has only one pointer to traverse the list back and forth
b. The list has breakpoints for faster traversal
c. An auxiliary singly linked list acts as a helper list to traverse through the doubly linked list
d. None