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: Option A
Join The Discussion