Update arrays_strings constraints

This commit is contained in:
Donne Martin
2016-06-12 23:06:12 -04:00
parent 1bbe9c68d5
commit e1239d8902
8 changed files with 36 additions and 28 deletions

View File

@@ -34,12 +34,14 @@
"source": [
"## Constraints\n",
"\n",
"* Can you assume the string is ASCII?\n",
"* Can we assume the string is ASCII?\n",
" * Yes\n",
" * Note: Unicode strings could require special handling depending on your language\n",
"* Can you use additional data structures? \n",
" * Yes\n",
"* Is this case sensitive?\n",
" * Yes\n",
"* Can we use additional data structures? \n",
" * Yes\n",
"* Can we assume this fits in memory?\n",
" * Yes"
]
},
@@ -185,7 +187,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.3"
"version": "3.5.0"
}
},
"nbformat": 4,