Boostable

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年7月27日

摘要: LeetCode: Max Points on a LineGiven n points on a 2D plane, find the maximum number of points that lie on the same straight line.地址:https://oj.leetcod... 阅读全文
posted @ 2014-07-27 21:58 Boostable 阅读(278) 评论(0) 推荐(0) 编辑

摘要: LeetCode: Reverse Words in a String:Evaluate Reverse Polish NotationEvaluate the value of an arithmetic expression in Reverse Polish Notation.Valid op... 阅读全文
posted @ 2014-07-27 21:18 Boostable 阅读(174) 评论(0) 推荐(0) 编辑

摘要: LeetCode: 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... 阅读全文
posted @ 2014-07-27 21:07 Boostable 阅读(304) 评论(0) 推荐(0) 编辑