随笔分类 -  leetcode

摘要:Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the leng 阅读全文
posted @ 2017-01-06 15:48 輪迴之間 阅读(334) 评论(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 h 阅读全文
posted @ 2016-12-19 21:00 輪迴之間 阅读(551) 评论(0) 推荐(0)