Vidyalelo
Data Structure · Q245

Binary Search Trees(B Tree)

Programming · Data Structure · question 245

Q245

What is inefficient with the below threaded binary tree picture?

What is inefficient with the below threaded binary tree picture?
Binary Search Trees(B Tree) mcq question image
A.
it has dangling pointers
Answer
B.
nothing inefficient
C.
incorrect threaded tree
D.
space is being used more

Answer: Option A

Solution

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