摘要: 问题描述 Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the 阅读全文
posted @ 2017-03-11 20:59 萌蠢的可达鸭 阅读(121) 评论(0) 推荐(0)
摘要: 问题描述 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 c 阅读全文
posted @ 2017-03-11 19:10 萌蠢的可达鸭 阅读(125) 评论(0) 推荐(0)
摘要: 问题要求 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 ha 阅读全文
posted @ 2017-03-11 19:05 萌蠢的可达鸭 阅读(127) 评论(0) 推荐(0)