Calculator Simple calculator using Reverse Polish Notation

Project Description

Calculator is a simple command line program that calculates Infix notation equations using Reverse polish notation and the Shunting Yard Algorithm

Check it out on Github

Project Details

  • C++
  • Algorithms
  • Shunting Yard Algorithm