String unique characters

Posted by Codenotguru on Stack Overflow See other posts from Stack Overflow or by Codenotguru
Published on 2010-04-07T02:20:24Z Indexed on 2010/04/07 2:23 UTC
Read the original article Hit count: 549

Filed under:

Implement an algorithm to determine if a string has all unique characters. What if you can not use additional data structures?

© Stack Overflow or respective owner

Related posts about string