Updated nbviewer links to match new repo name.

This commit is contained in:
Donne Martin 2015-05-03 12:33:39 -04:00
parent f9b93ae100
commit f5e83ad1f6

View File

@ -5,9 +5,9 @@ Continually updated IPython Notebooks containing algorithms and data structures.
## Arrays and Strings
* [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)
* [Check if a string is a permutation of another](http://nbviewer.ipython.org/github/donnemartin/practice/blob/master/arrays-strings/permutation.ipynb)
* [Check if a string contains unique characters](http://nbviewer.ipython.org/github/donnemartin/algorithms-data-structures/blob/master/arrays-strings/unique_chars.ipynb)
* [Reverse characters in a string](http://nbviewer.ipython.org/github/donnemartin/algorithms-data-structures/blob/master/arrays-strings/reverse_string.ipynb)
* [Check if a string is a permutation of another](http://nbviewer.ipython.org/github/donnemartin/algorithms-data-structures/blob/master/arrays-strings/permutation.ipynb)
## License