Vidyalelo
Data Structure · Q69

Binary Search Trees(B Tree)

Programming · Data Structure · question 69

Q69

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
Answer
B.
having 2 and 1 node
C.
using single and double linked lists
D.
using heaps and priority queues

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board