摘要: 题目内容 Given an array A of positive integers, call a (contiguous, not necessarily distinct) subarray of A good if the number of different integers in th 阅读全文
posted @ 2020-02-07 15:58 clnsx 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 题目内容 Given a string, find the length of the longest substring without repeating characters. Example: 分析过程 题目归类: array,遍历,dp 题目分析: 找到连续字串,输出最长的没有重复字母的连 阅读全文
posted @ 2020-02-07 12:28 clnsx 阅读(94) 评论(0) 推荐(0) 编辑