Design by [Ruojun Meng](ruojunm@gmail), for Airwallex interviews
Free to Use, No Restriction `:)`
- java 1.8+
- Gradle 5.0
git clone
gradle build fatJar
java -jar build/libs/RPNCalculator-all-1.0-release.jar
Then you will see:
Welcome to use RPN Calculator! Please input RPN sequences, containing whitespace separated lists of numbers and operators!
All the following operators are supported: "+, -, *, /, sqrt, undo, clear"
Not supported yet
For Dev, to overview the design points, please see Design Points
Test