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

@@ -37,9 +37,11 @@
"* 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"
]
},
@@ -157,7 +159,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.3"
"version": "3.5.0"
}
},
"nbformat": 4,

View File

@@ -36,9 +36,11 @@
"* 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"
]
},
@@ -245,7 +247,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.3"
"version": "3.5.0"
}
},
"nbformat": 4,