2018年6月24日

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

posted @ 2018-06-24 13:10 Hugh_Sun 阅读(91) 评论(0) 推荐(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 contai 阅读全文

posted @ 2018-06-24 11:55 Hugh_Sun 阅读(123) 评论(0) 推荐(0) 编辑

Leetcode---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 @ 2018-06-24 09:56 Hugh_Sun 阅读(117) 评论(0) 推荐(0) 编辑

导航