出典:Wikipedia
出典:『Wikipedia』 (2011/04/18 15:00 UTC 版)
A binary expression tree is a specific application of a binary tree to evaluate certain expressions. Two common types of expressions that a binary expression tree can represent are algebraic and boolean. These trees can represent expressions that contain both unary and binary operators.