Evaluate Reverse Polish Notation java
Evaluate the value of an arithmetic expression in
Reverse Polish Notation.
Valid operators are +, -, *, /. Each operand may be an integer or another expression.
Some examples:
["2", "1", "+",
原创
2014-04-04 16:19:48 ·
365 阅读 ·
0 评论