随笔分类 -  Leetcode (Java)

上一页 1 2 3 4 5

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 leng 阅读全文

posted @ 2016-05-02 20:07 joannae 阅读(169) 评论(0) 推荐(0)

2. Add Two Numbers
摘要: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 single 阅读全文

posted @ 2016-05-01 21:20 joannae 阅读(160) 评论(0) 推荐(0)

1. 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 ex 阅读全文

posted @ 2016-04-30 07:38 joannae 阅读(165) 评论(0) 推荐(0)

上一页 1 2 3 4 5

导航