Expression Tree

Home > Computer Science > Algorithms and data structures > Tree Algorithms > Expression Tree

A binary tree used to represent mathematical expressions where the internal nodes are operators while the leaf nodes are operands.