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 missing |
| Answer» B. Swapping of left with root nodes is missing | |