mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-06 17:38:02 +00:00
Update constraints for compress challenge and solution
This commit is contained in:
@@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user