摘要: Evaluate Reverse Polish NotationEvaluate the value of an arithmetic expression inReverse Polish Notation.Valid operators are+,-,*,/. Each operand may ... 阅读全文
posted @ 2014-08-22 10:58 哲人善思 阅读(206) 评论(0) 推荐(0) 编辑
摘要: Reverse Words in a StringGiven an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".Clari... 阅读全文
posted @ 2014-08-22 09:19 哲人善思 阅读(117) 评论(0) 推荐(0) 编辑