mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Merge pull request #51 from donnemartin/develop
Update constraints for compress challenge and solution
This commit is contained in:
commit
50cb6e1a7c
|
@ -37,9 +37,11 @@
|
||||||
"* Can we assume the string is ASCII?\n",
|
"* Can we assume the string is ASCII?\n",
|
||||||
" * Yes\n",
|
" * Yes\n",
|
||||||
" * Note: Unicode strings could require special handling depending on your language\n",
|
" * Note: Unicode strings could require special handling depending on your language\n",
|
||||||
|
"* Is this case sensitive?\n",
|
||||||
|
" * Yes\n",
|
||||||
"* Can you use additional data structures? \n",
|
"* Can you use additional data structures? \n",
|
||||||
" * Yes\n",
|
" * Yes\n",
|
||||||
"* Is this case sensitive?\n",
|
"* Can we assume this fits in memory?\n",
|
||||||
" * Yes"
|
" * Yes"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -36,9 +36,11 @@
|
||||||
"* Can we assume the string is ASCII?\n",
|
"* Can we assume the string is ASCII?\n",
|
||||||
" * Yes\n",
|
" * Yes\n",
|
||||||
" * Note: Unicode strings could require special handling depending on your language\n",
|
" * Note: Unicode strings could require special handling depending on your language\n",
|
||||||
|
"* Is this case sensitive?\n",
|
||||||
|
" * Yes\n",
|
||||||
"* Can you use additional data structures? \n",
|
"* Can you use additional data structures? \n",
|
||||||
" * Yes\n",
|
" * Yes\n",
|
||||||
"* Is this case sensitive?\n",
|
"* Can we assume this fits in memory?\n",
|
||||||
" * Yes"
|
" * Yes"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user