

MCQOPTIONS
Saved Bookmarks
1. |
What are double and single threaded trees? |
A. | when both left, right nodes are having null pointers and only right node is null pointer respectively |
B. | having 2 and 1 node |
C. | using single and double linked lists |
D. | using heaps and priority queues |
Answer» B. having 2 and 1 node | |