

MCQOPTIONS
Saved Bookmarks
1. |
What are null nodes filled with in a threaded binary tree? |
A. | inorder predecessor for left node and inorder successor for right node information |
B. | right node with inorder predecessor and left node with inorder successor information |
C. | they remain null |
D. | some other values randomly |
Answer» B. right node with inorder predecessor and left node with inorder successor information | |