This project implements an arithmetic calculator capable of parsing and evaluating mathematical expressions using a custom stack data structure. The calculator handles various arithmetic operations and parentheses, providing accurate results for complex expressions.
java calculator algorithm programming data-structures software-development reverse-polish-notation custom-stack arithmetic-calculator coding-practice custom-data-structure math-operations math-tool stack-implementation expression-evaluation
-
Updated
Aug 15, 2024 - Java