摘要: 1.题目描述 Given a string, find the length of the longest substring without repeating characters. 返回给定字符串中的最长不重复字符串的长度 2.题目分析 起初看见这个题,直接双指针遍历了,结果老是wrong a 阅读全文
posted @ 2018-02-22 20:43 vlice 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 1.题目描述 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 阅读全文
posted @ 2018-02-22 20:34 vlice 阅读(93) 评论(0) 推荐(0) 编辑