Vidyalelo
Data Structure · Q103

Binary Search Trees(B Tree)

Programming · Data Structure · question 103

Q103

The steps for finding post-order traversal are traverse the right subtree, traverse the left subtree or visit the current node.

A.
True
B.
False
Answer

Answer: Option B

Solution

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