From be77c3bf5e8be01e7fe64814614780492df49f6b Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 26 May 2015 17:51:12 -0400 Subject: [PATCH] Added note about most solutions being in Python. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c68904c..f6053b0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ algorithms-data-structures Continually updated IPython Notebooks containing coding problems and solutions (algorithms and data structures). +Most solutions are in Python. + ## 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)