/Infix-Calculator

Using my own stack and queue implementations, this program takes several lines of infix notation mathematical calculations, convert them to postfix notation, and evaluate them.

Primary LanguageJava

Watchers