Evaluate an arithmetic expression The header provided is a simple C++ implementation of the Shunting Yard algorithm, which is widely used to evaluate arithmetic expressions. This project was a solution for a university homework assignment.