What are null nodes filled with in a threaded binary tree?
Posted: Wed Jul 13, 2022 7:42 pm
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
b) right node with inorder predecessor and left node with inorder successor information
c) they remain null
d) some other values randomly