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.
java algorithm stack queue data-structures postfix-expression postfix-notation infix-calculator infix-expressions
-
Updated
Jan 16, 2021 - Java