Examveda

For the tree below, write the post-order traversal.
Binary Search Trees(B Tree) mcq question image

A. 6, 2, 7, 2, 5, 11, 9, 5, 4

B. 6, 5, 11, 2, 7, 5, 9, 4, 2

C. 6, 5, 2, 11, 7, 4, 9, 5, 2

D. 6, 2, 7, 2, 11, 5, 5, 9, 4

Answer: Option C


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)