LeetCode--Medium类题目
Disappear_XueChao
这个作者很懒,什么都没留下…
展开
-
2. Add Two Numbers题目和答案详解
1 题目简述 You are given two non-empty linked lists representing twonon-negative integers. The digits are stored in reverse order and each of their nodes contain asingle digit. Add the two numbers an原创 2018-02-22 23:11:05 · 677 阅读 · 0 评论 -
3. Longest Substring Without Repeating Characters题目和答案详解
1 题目简述 Given a string, find the length of the longest substring withoutrepeating characters. 给定一个字符串,找到最长的没有重复字符的子串。 Examples: Given "abcabcbb", theanswer is "abc", which the lengthis 3. 给定原创 2018-02-25 17:57:31 · 360 阅读 · 0 评论