

MCQOPTIONS
Saved Bookmarks
1. |
What must be the missing logic below so as to print mirror of a tree as below as an example? |
A. | swapping of left and right nodes is missing |
B. | swapping of left with root nodes is missing |
C. | swapping of right with root nodes is missing |
D. | nothing is missingView Answer |
Answer» B. swapping of left with root nodes is missing | |