Vidyalelo
Data Structure · Q58

Binary Search Trees(B Tree)

Programming · Data Structure · question 58

Q58

Find the postorder traversal of the binary tree shown below.

Find the postorder traversal of the binary tree shown below.
Binary Search Trees(B Tree) mcq question image
A.
P Q R S T U V W X
B.
W R S Q P V T U X
C.
S W T Q X U V R P
Answer
D.
S T W U X V Q R P

Answer: Option C

Solution

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