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
AnswerB.
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