From 3f23c6ee9e45440137b09ee5ba403ad5095f0026 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 2 May 2015 17:05:02 -0400 Subject: [PATCH] Tweaked description of notebook that checks if a string contains unique characters. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4865f29..7d6536d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Data structures and algorithms practice problems. ## 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) ## License