
Leetcode
linkt1234
知易行难,坚定目标,着眼于前面。
展开
-
LeetCode OJ: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 ".click to show clarification.Clarification:What constit原创 2014-09-01 23:37:34 · 589 阅读 · 0 评论 -
Leetcode OJ: Evaluate Reverse Polish Notation
Evaluate Reverse Polish Notation Total Accepted: 22356 Total Submissions: 112456My SubmissionsEvaluate the value of an arithmetic expression in Reverse Polish Notation.Valid operators原创 2014-09-03 00:42:57 · 499 阅读 · 0 评论 -
Leetcode OJ : Max Points on a Line
这道题的最直接思路就是枚举所有的点转载 2014-09-03 00:59:42 · 548 阅读 · 0 评论