摘要: Longest Substring without repeating characters Question Given a string, find the length of the longest substring without repeating characters. Example 阅读全文
posted @ 2019-05-31 23:19 jenny1000000 阅读(91) 评论(0) 推荐(0) 编辑
摘要: Add two numbers Question You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and e 阅读全文
posted @ 2019-05-31 23:17 jenny1000000 阅读(183) 评论(0) 推荐(0) 编辑
摘要: Question : 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 阅读全文
posted @ 2019-05-31 23:14 jenny1000000 阅读(124) 评论(0) 推荐(0) 编辑