Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 59 下一页

2015年5月12日

摘要: https://leetcode.com/problems/minimum-window-substring/ Given a string S and a string T, find the minimum window in S which will contain all the chara 阅读全文
posted @ 2015-05-12 13:24 NickyYe 阅读(257) 评论(0) 推荐(0) 编辑

2015年5月10日

摘要: https://leetcode.com/problems/text-justification/Given an array of words and a lengthL, format the text such that each line has exactlyLcharacters and... 阅读全文
posted @ 2015-05-10 21:13 NickyYe 阅读(145) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/valid-number/Validate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>t... 阅读全文
posted @ 2015-05-10 19:45 NickyYe 阅读(176) 评论(0) 推荐(0) 编辑

2015年5月9日

摘要: https://leetcode.com/problems/sqrtx/Implementint sqrt(int x).Compute and return the square root ofx.解题思路:这道题的题意是,算出最接近sqrt(x)的整数,正好等于或者略小于。这里注意的是,不能mi... 阅读全文
posted @ 2015-05-09 21:28 NickyYe 阅读(168) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/wildcard-matching/Implement wildcard pattern matching with support for'?'and'*'.'?' Matches any single character.'*' Mat... 阅读全文
posted @ 2015-05-09 20:54 NickyYe 阅读(152) 评论(0) 推荐(0) 编辑

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 59 下一页