Skip to content

17xr/EvaluateArithmeticExpression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.