mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-03 16:08:02 +00:00
Tweaked description of notebook that checks if a string contains unique characters.
This commit is contained in:
@@ -5,7 +5,7 @@ Data structures and algorithms practice problems.
|
|||||||
|
|
||||||
## Arrays and Strings
|
## Arrays and Strings
|
||||||
|
|
||||||
* [Check for unique characters in a string](http://nbviewer.ipython.org/github/donnemartin/practice/blob/master/arrays-strings/unique_chars.ipynb)
|
* [Check if a string contains unique characters](http://nbviewer.ipython.org/github/donnemartin/practice/blob/master/arrays-strings/unique_chars.ipynb)
|
||||||
* [Reverse characters in a string](http://nbviewer.ipython.org/github/donnemartin/practice/blob/master/arrays-strings/reverse_string.ipynb)
|
* [Reverse characters in a string](http://nbviewer.ipython.org/github/donnemartin/practice/blob/master/arrays-strings/reverse_string.ipynb)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
Reference in New Issue
Block a user