For the in order traversal of threaded binary tree we-03675
For the in order traversal of threaded binary tree, we introduced a dummy node. The left pointer of the dummy node is pointing to the __________ node of the tree.
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Mid Term - Quiz No.17.
For the in order traversal of threaded binary tree, we introduced a dummy node. The left pointer of the dummy node is pointing to the __________ node of the tree.
left most
root
right most
any of the given node