摘要: Description: Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", w 阅读全文
posted @ 2018-08-13 18:28 双肩包码农 阅读(107) 评论(0) 推荐(0) 编辑
摘要: Description: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their 阅读全文
posted @ 2018-08-13 18:00 双肩包码农 阅读(123) 评论(0) 推荐(0) 编辑
摘要: Description: 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 阅读全文
posted @ 2018-08-13 16:08 双肩包码农 阅读(140) 评论(0) 推荐(0) 编辑