Question: a) Explain how to use preorder, in order, and post order traversals to find the prefix, infix, and postfix forms of an arithmetic expression.
b) Draw the ordered rooted tree that represents ((x - 3) + ((x/4) + (x - y) ↑ 3)).
c) Find the prefix and postfix forms of the expression in part (b).