Vidyalelo
Data Structure · Q166

Binary Search Trees(B Tree)

Programming · Data Structure · question 166

Q166

Identify the reason which doesn't play a key role to use threaded binary trees?

A.
The storage required by stack and queue is more
B.
The pointers in most of nodes of a binary tree are NULL
C.
It is Difficult to find a successor node
D.
They occupy less size
Answer

Answer: Option D

Solution

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