
Algorithm
文章平均质量分 81
会飞的唐老鸭
喜欢优雅的代码.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[OJ]: Two Sum
Two Sum 需求说明 Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two numbers such that they ad原创 2014-06-13 14:49:55 · 712 阅读 · 0 评论 -
[OJ]: Reverse Words in a String
需求说明 Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the". 大致题意 输入一个字符串并翻转这个字符串. 举例 给定一个字符串"the sky is blue" 返回字符串"bl原创 2014-07-14 17:39:05 · 673 阅读 · 0 评论