1.

A binary tree stored using linked representation can be converted to its mirror image by traversing it in

A. In-order
B. Pre-order
C. Post-order
D. Any order
Answer» C. Post-order


Discussion

No Comment Found