文件名称:reverse-polish-notation:java中的反向波兰符号评估器
文件大小:14KB
文件格式:ZIP
更新时间:2024-07-03 04:42:37
Java
java中的反向波兰符号评估器 请用您选择的语言创建一个能够处理逆波兰表示法的计算器,规则如下: 1. It can parse variable sized reverse polish notation inputs 2. It can perform the 4 basic operators (addition, subtraction, multiplication, division) 3. It will spit back the result of the input 4. It can handle malformed RPN strings 5. It should include unit tests 6. Use this as an opportunity to show off your talents in structure code and your
【文件预览】:
reverse-polish-notation-master
----.project(381B)
----src()
--------main()
----test()
--------main()
----README.md(2KB)
----.classpath(642B)
----.gitignore(6B)