Vidyalelo
Data Structure · Q178

Binary Search Trees(B Tree)

Programming · Data Structure · question 178

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
Answer
B.
inorder
C.
postorder
D.
preorder

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board