Q178
Which of the following tree traversals work if the null left pointer pointing to the predecessor and null right pointer pointing to the successor in a binary tree?
A.
inorder, postorder, preorder traversals
AnswerB.
inorder
C.
postorder
D.
preorder
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board