Examveda

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. A doubly linked list that uses bitwise AND operator for storing addresses

Answer: Option A


This Question Belongs to Data Structure >> Introduction To Data Structures

Join The Discussion

Related Questions on Introduction to Data Structures