Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 203 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 203 Bytes

AndroidCalculator

A Basic android calculator which calculates multiple values at single time. The calculation is implemented through Arithmetic Precedence Tree. DFA parser is also used in the project.