Answer to Question #304076 in C++ for Huma

Question #304076

Task:


Write a function that takes root by reference and creates mirror image of the given tree



node* mir(node* root)



Original tree:



Root=1


Root->right=3


Root->left=2


Root->left->left=4


Root->left->right=5


Root->left->right->left=6


Root->left->right->right=7



New tree:



Root=1


Root->right=2


Root->left=3


Root->right->right=4


Root->right->left=5


Root->right->left->right=6


Root->right->left->left=7

0
Service report
It's been a while since this question is posted here. Still, the answer hasn't been got. Consider converting this question to a fully qualified assignment, and we will try to assist. Please click the link below to proceed: Submit order

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog