摘要: 转自leetcodeGiven a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for “abcabcbb” is “abc”, which the length is 3. For “bbbbb” the longest substring is “b”, with the length of 1.Hint:Is there a better way othe 阅读全文
posted @ 2012-10-31 20:48 技术收集专用 阅读(244) 评论(0) 推荐(0) 编辑