上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 32 下一页
摘要: 1.题目描述 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... 阅读全文
posted @ 2013-08-22 18:17 曾见绝美的阳光 阅读(649) 评论(0) 推荐(0) 编辑
摘要: 1.题目分析 Given a linked list, remove the nth node from the end of list and return its head. For example, ... 阅读全文
posted @ 2013-08-22 17:05 曾见绝美的阳光 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 1.题目分析 Write a function to find the longest common prefix string amongst an array of strings. 2.解法分析 最近的几个leetcod... 阅读全文
posted @ 2013-08-20 22:02 曾见绝美的阳光 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 1.题目描述 Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If yo... 阅读全文
posted @ 2013-08-20 16:50 曾见绝美的阳光 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 1.题目描述 Determine whether an integer is a palindrome. Do this without extra space. Some hints: Could ... 阅读全文
posted @ 2013-08-20 16:49 曾见绝美的阳光 阅读(326) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 32 下一页