A binary expression tree is a specific application of a binary tree to evaluate expressions. Expressions can be represented using a binary expression tree where:
For example, expression ((2 + 2) + (2 + 2)) + (3 + 3) may be represented in the following binary tree.