STACKS: Postfix Expression Evaluation (Reverse POLISH NOTATION)
P.S: Correction at 0:15. Name of algorithm is Shunting Yard Algorithm.
In computer science, the shunting-yard algorithm is a method for parsing mathematical expressions specified in infix notation. It can produce either a postfix notation string, also known as Reverse Polish notation (RPN)