Question: Write a method called printMirror that could be added to the IntTree class and that prints a backward inorder traversal of the tree. That is,
Write a method called printMirror that could be added to the IntTree class and that prints a backward inorder traversal of the tree. That is, for a given node, it examines the right subtree, then the node itself, then the left subtree.
Step by Step Solution
3.49 Rating (159 Votes )
There are 3 Steps involved in it
public void printMirror Systemoutprint mirro... View full answer
Get step-by-step solutions from verified subject matter experts
