Reading an Expression Tree as a Postfix Program
An expression tree can make postfix notation less mysterious: finish each branch before visiting the operation above it. The Learning Lab expression-tree board turns that traversal into an arrangement of removable tokens.