Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 303 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 303 Bytes

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.