algorithm
文章平均质量分 83
simmerchan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LeetCode:1. Two Sum
原文链接QuestionGiven 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, and you may原创 2017-03-14 16:50:45 · 377 阅读 · 0 评论 -
LeetCode:2. Add Two Numbers
原文链接QuestionYou are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two nu原创 2017-03-14 16:51:34 · 436 阅读 · 0 评论 -
LeetCode:3. Longest Substring Without Repeating Characters
原文链接QuestionGiven a string, find the length of the longest substring without repeating characters.Examples:Given "abcabcbb", the answer is "abc", which the length is 3.Given "bbbbb", the answer is "b",原创 2017-03-14 22:24:08 · 463 阅读 · 0 评论
分享