Shunting Yard Algorithm Experiment

This was firstly created on my stream on YouTube (). This was first planned when I was going to fix a program that needs calculating the order of operations.

Shunting yard algorithm is used to convert an infix notation string into a postfix notation string.

Have you tried nested parentheses?

open in new window