Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12.5 Longest Substring Without Repeating Characters #26

Open
Wakeupbuddy opened this issue Aug 9, 2014 · 1 comment
Open

12.5 Longest Substring Without Repeating Characters #26

Wakeupbuddy opened this issue Aug 9, 2014 · 1 comment

Comments

@Wakeupbuddy
Copy link

The input string could contain characters other than a-z. So we need to change the size of last array from 26 to 256.

@soulmachine
Copy link
Owner

你说的是指 12.5 "Longest Substring Without Repeating Characters" 这道题?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants