Added notebook solving the following: Check if a string is a permutation of another.

This commit is contained in:
Donne Martin
2015-05-02 17:06:21 -04:00
parent 3f23c6ee9e
commit 199157aeed
2 changed files with 172 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ Data structures and algorithms practice problems.
* [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)
## License