previous | index

Another Use of Expression Trees

          
Consider the post-order traversal:
          (1 2 3 5 - * +)
Once upon a time, before scientific calculators accepted parentheses, compound expressions had to be entered in this form, called postfix form.
previous | index