摘要: 题目: Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integ 阅读全文
posted @ 2015-04-16 17:23 YRB 阅读(444) 评论(0) 推荐(0)
摘要: 题目: Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum 阅读全文
posted @ 2015-04-16 11:20 YRB 阅读(526) 评论(0) 推荐(0)
摘要: 题目: Write a function to find the longest common prefix string amongst an array of strings. 链接:http://leetcode.com/problems/longest-common-prefix/ 题解: 阅读全文
posted @ 2015-04-16 09:57 YRB 阅读(423) 评论(0) 推荐(0)
摘要: 题目: Given a roman numeral, convert it to an integer. Input is guaranteed to be within the range from 1 to 3999. 链接: http://leetcode.com/problems/roman 阅读全文
posted @ 2015-04-16 09:36 YRB 阅读(324) 评论(0) 推荐(0)
摘要: 题目: Given an integer, convert it to a roman numeral. Input is guaranteed to be within the range from 1 to 3999. 链接: http://leetcode.com/problems/integ 阅读全文
posted @ 2015-04-16 09:34 YRB 阅读(744) 评论(0) 推荐(0)
摘要: 题目: Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two e 阅读全文
posted @ 2015-04-16 00:14 YRB 阅读(333) 评论(0) 推荐(0)