o Write a program to implement BST (with insertion and search) operation and create a mirror tree
Answers
Answered by
0
Answer:
Convert a Binary Tree into its Mirror Tree
Mirror of a Tree: Mirror of a Binary Tree T is another Binary Tree M(T) with left and right children of all non-leaf nodes interchanged.
MirrorTree1
Trees in the above figure are mirror of each other
Similar questions