(Solved): - Draw an expression tree for the arithmetic expression: \[ ((2 \times(5-1))+(3 \times 2)) \] - Tra ...
- Draw an expression tree for the arithmetic expression: \[ ((2 \times(5-1))+(3 \times 2)) \] - Traverse the expression tree in pre-order, in-order and post-order - Write the infix, prefix and postfix notation of the expression - Identify the following: root, child, parent, siblings, depth, height