leetcode #3 無重複字符的最長子串(C)

給定一個字符串,請你找出其中不含有重複字符的 最長子串 的長度。c++ 示例 1:code 輸入: "abcabcbb" 輸出: 3  解釋: 由於無重複字符的最長子串是 "abc",因此其長度爲 3。leetcode 來源:力扣(LeetCode) 連接:https://leetcode-cn.com/problems/longest-substring-without-repeating-ch
相關文章
相關標籤/搜索