LeetCode
我为可酱学编程
这个作者很懒,什么都没留下…
展开
-
1. Two Sum[ LeetCode ]
1. Two 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, and you may not ...原创 2018-08-14 12:19:25 · 110 阅读 · 0 评论 -
3. Longest Substring Without Repeating Characters [ LeetCode ]
Given 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", wit...转载 2018-08-14 15:00:10 · 161 阅读 · 0 评论