Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 59 下一页

2015年2月13日

摘要: https://oj.leetcode.com/problems/longest-common-prefix/Write a function to find the longest common prefix string amongst an array of strings.解题思路:这题属于... 阅读全文
posted @ 2015-02-13 13:21 NickyYe 阅读(202) 评论(0) 推荐(0) 编辑

2015年2月12日

摘要: https://oj.leetcode.com/problems/palindrome-number/Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.So... 阅读全文
posted @ 2015-02-12 19:36 NickyYe 阅读(269) 评论(0) 推荐(0) 编辑

2015年2月11日

摘要: https://oj.leetcode.com/problems/4sum/Given an arraySofnintegers, are there elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplet... 阅读全文
posted @ 2015-02-11 22:49 NickyYe 阅读(247) 评论(0) 推荐(0) 编辑

2015年2月10日

摘要: https://oj.leetcode.com/problems/3sum-closest/Given an arraySofnintegers, find three integers inSsuch that the sum is closest to a given number, targe... 阅读全文
posted @ 2015-02-10 20:51 NickyYe 阅读(157) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/3sum/Given an arraySofnintegers, are there elementsa,b,cinSsuch thata+b+c= 0? Find all unique triplets in the array w... 阅读全文
posted @ 2015-02-10 16:57 NickyYe 阅读(408) 评论(0) 推荐(0) 编辑

上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 59 下一页