[LeetCode]-Evaluate Reverse Polish Notation
摘要:Evaluate the value of an arithmetic expression inReverse Polish Notation.Valid operators are+,-,*,/. Each operand may be an integer or another express...
阅读全文
posted @
2014-09-21 16:45
笑傲1024
阅读(113)
推荐(0)
[LeetCode]-Reverse Words in a String
摘要:Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".Clarification:What constitutes...
阅读全文
posted @
2014-09-21 16:05
笑傲1024
阅读(94)
推荐(0)