Add assumption to str diff challenge to match the suggested solution (#178)

This commit is contained in:
Ammar Najjar
2017-04-12 14:23:40 +02:00
committed by Donne Martin
parent 2c6982f154
commit fcd4e52e91
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
"source": [
"## Constraints\n",
"\n",
"* Assume two strings str1, str2, where str2 contains the same set of characters in str1 with one additional character.\n",
"* Can we assume the strings are ASCII?\n",
" * Yes\n",
"* Is case important?\n",