Write the elements of the tree below in the order they would be seen by a pre-order, in-order, and post-order traversal. |2 +—+ +—+ | 11 +—+ + + 171 61 + + | 4 | +—+ | 9 | +—+ +—+ +— + Show transcribed image text Write the elements of the tree below in the order they would be seen by a pre-order, in-order, and post-order traversal. |2 +—+ +—+ | 11 +—+ + + 171 61 + + | 4 | +—+ | 9 | +—+ +—+ +— +
Expert Answer
Answer to Write the elements of the tree below in the order they would be seen by a pre-order, in-order, and post-order traversal….