原文:LeetCode——3. Longest Substring Without Repeating Characters

一.题目链接:https: leetcode.com problems longest substring without repeating characters 二.题目大意: 给定一个字符串,返回它最长的无重复的子串的长度。 三.题解 该题目,我用了三种方法: .思路一:暴力解决,直接用两层for循环对目标字符串所有的子串进行判断。代码如下: class Solution public: i ...

2017-11-27 12:59 0 1996 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM