Vidyalelo
Data Structure · Q130

Binary Search Trees(B Tree)

Programming · Data Structure · question 130

Q130

What are null nodes filled with in a threaded binary tree?

A.
inorder predecessor for left node and inorder successor for right node information
Answer
B.
right node with inorder predecessor and left node with inorder successor information
C.
they remain null
D.
some other values randomly

Answer: Option A

Solution

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