Q1.Binary Tree Zigzag Traversal You have been given a Binary Tree of 'N' nodes, where the nodes have integer values. Your task is to print the ... read more
Q2.Convert binary tree to mirror tree Given a binary tree, convert this binary tree into its mirror tree. A binary tree is a tree in which each... read more