Algorithms - Syntax Trees


Shunting Yard

The Shunting Yard algorithm is used to convert mathematical expressions from infix notation (ex. 2 + 3) to postfix notation (ex. 2 3 +).