Added note about most solutions being in Python.

This commit is contained in:
Donne Martin 2015-05-26 17:51:12 -04:00
parent 9d2655548e
commit be77c3bf5e

View File

@ -10,6 +10,8 @@ algorithms-data-structures
Continually updated IPython Notebooks containing coding problems and solutions (algorithms and data structures). Continually updated IPython Notebooks containing coding problems and solutions (algorithms and data structures).
Most solutions are in Python.
## Arrays and Strings ## Arrays and Strings
* [Determine if a string contains unique characters](http://nbviewer.ipython.org/github/donnemartin/algorithms-data-structures/blob/master/arrays-strings/unique_chars.ipynb) * [Determine if a string contains unique characters](http://nbviewer.ipython.org/github/donnemartin/algorithms-data-structures/blob/master/arrays-strings/unique_chars.ipynb)