xqian / cpp_projects

cplusplus projects for myself
2 stars 2 forks source link

Longest Substring Without Repeating Characters #23

Closed xqian closed 11 years ago

xqian commented 11 years ago

http://leetcode.com/onlinejudge#question_3

xqian commented 11 years ago

time complexity is N^2, which is not good. But I am not sure there are better solution