
leetcode
随机???
SDE
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
problem 374
leetcode 374原创 2016-09-11 17:50:16 · 340 阅读 · 0 评论 -
problem 387
leetcode 387QuestionFirst Unique Character in a StringGiven a string, find the first non-repeating character in it and return it’s index. If it doesn’t exist, return -1.Examples:s = “leetcode” return原创 2016-09-12 10:37:19 · 266 阅读 · 0 评论 -
problem 001
leetcode 001QuestionTwo SumGiven an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have exactly one solution. Ex原创 2016-09-12 10:39:26 · 389 阅读 · 0 评论 -
problem 007
leetcode 7原创 2016-09-12 10:40:01 · 322 阅读 · 0 评论