摘要: Given a string, find the length of the longest substring without repeating characters.Examples:Given "abca... 阅读全文
posted @ 2018-11-26 20:37 sowhat1412 阅读(89) 评论(0) 推荐(0)
摘要: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in ... 阅读全文
posted @ 2018-11-26 19:30 sowhat1412 阅读(89) 评论(0) 推荐(0)
摘要: def delCustomer(customer): # 返回两个 第一个用来标记是否可用,第二个标记号码 f = open(AbnormalPhone,"r") src = f.readlines... 阅读全文
posted @ 2018-11-26 18:21 sowhat1412 阅读(262) 评论(0) 推荐(0)
摘要: Given an array of integers, return indices of the two numbers such that they add up to a specific target.Y... 阅读全文
posted @ 2018-11-26 16:29 sowhat1412 阅读(81) 评论(0) 推荐(0)