无重复字符的最长子串-滑动窗口
2022-03-28 17:26:58 11 举报
使用滑动窗口方式求无重复字符的最长子串
作者其他创作
大纲/内容
b=1
c
a
map
a=1
maxLen := 0rpos = -1map := [int]intn = len(s)
e=1
开始
c=1
e
N
Y
index++
index < n
b
rpos < n
map[s[rpos]]= s[rpos]
rpos++
maxLen = 2
s[rpos] in map?
index = 0
maxLen = 4
删除重复元素
0 条评论
下一页