2014年4月10日

[LeetCode系列]Evaluate Reverse Polish Notation

摘要: Evaluate Reverse Polish NotationValid operators are+,-,*,/. Each operand may be an integer or another expression.Some examples: ["2", "1", "+", "3", "*"] -> ((2 + 1) * 3) -> 9 ["4", "13", "5", "/", " 阅读全文

posted @ 2014-04-10 16:56 Jam_01 阅读(146) 评论(0) 推荐(0) 编辑

导航