×

Shunting-yard algorithm

In computer science, the shunting yard algorithm is a method for parsing arithmetical or logical expressions, or a combination of both, specified in infix notation. It can produce either a postfix notation string, also known as Reverse Polish... Wikipedia
Class: Parsing
Data structure: Stack