Which of the following statement is NOT true about threaded-03651
Which of the following statement is NOT true about threaded binary 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.14.
Which of the following statement is NOT true about threaded binary tree?
Right thread of the right-most node points to the dummy node.
Left thread of the left-most node points to the dummy node.
The left pointer of dummy node points to the root node of the tree.
Left thread of the right-most node points to the dummy node.