摘要: 题目 Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the l 阅读全文
posted @ 2016-05-31 21:02 marcusxu 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 题目 You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sing 阅读全文
posted @ 2016-05-31 17:02 marcusxu 阅读(126) 评论(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 have 阅读全文
posted @ 2016-05-31 15:07 marcusxu 阅读(178) 评论(0) 推荐(0) 编辑