Excaliburer`s Zone

It was challenging, but not risky.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2017年11月27日

摘要: 一.题目链接:https://leetcode.com/problems/longest-substring-without-repeating-characters 二.题目大意: 给定一个字符串,返回它最长的无重复的子串的长度。 三.题解 该题目,我用了三种方法: 1.思路一:暴力解决,直接用两 阅读全文
posted @ 2017-11-27 12:59 Excaliburer 阅读(2195) 评论(0) 推荐(0) 编辑