1.

The in-order traversal of a binary tree is HFIEJGZ, and the post-order traversal of the same tree is HIFJZGE. What will be the total number of nodes in the left sub tree of the given tree? (It is NOT a search tree)

A. 1
B. 2
C. 3
D. 4
Answer» D. 4


Discussion

No Comment Found