1.

Find post order traversal from the given tree ? tree  (Image)

A. U4 U10 U3 U8 U2 U9 U11 U7 U6 U5 U1
B. U1 U2 U3 U4 U10 U8 U5 U9 U6 U11 U7
C. U4 U10 U3 U2 U8 U9 U11 U7 U6 U5 U1
D. none of these
Answer» B. U1 U2 U3 U4 U10 U8 U5 U9 U6 U11 U7


Discussion

No Comment Found