力扣刷題-滑動視窗(字串)

qq_35597862發表於2020-12-21

只需注意先remove(集合中的s[left]), 再add(s[right]至集合)

https://leetcode-cn.com/problems/longest-substring-without-repeating-characters/solution/hua-dong-chuang-kou-by-powcai/

其中第三題見自己的程式碼寫法,有兩種:while和for

相關文章