1.

Consider the following treeIf the post order traversal gives ab-cd*+ then the label of the nodes 1,2,3,… will be

A. +,-,*,a,b,c,d
B. a,-,b,+,c,*,d
C. a,b,c,d,-,*,+
D. -,a,b,+,*,c,d
Answer» B. a,-,b,+,c,*,d


Discussion

No Comment Found