Leetcode
Peon
这个作者很懒,什么都没留下…
展开
-
LeetCode-3. Longest Substring Without Repeating Characters
难度:普通 题干: 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原创 2017-03-16 15:25:38 · 194 阅读 · 0 评论 -
LeetCode 2 -Add Two Numbers
题干: You 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 numbers and retu原创 2017-03-15 11:07:03 · 189 阅读 · 0 评论 -
LeetCode -1 Two sum
准备慢慢的刷刷Leetcode,慢慢记录下,欢迎大家讨论。题干: Two sum Given 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原创 2017-03-14 13:29:38 · 229 阅读 · 0 评论