mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-07 01:48:02 +00:00
Tweaked clarifying questions.
This commit is contained in:
@@ -19,12 +19,7 @@
|
||||
"source": [
|
||||
"## Clarifying Questions\n",
|
||||
"\n",
|
||||
"* Are we sorting integers?\n",
|
||||
" * Yes\n",
|
||||
"* Can we assume the input is valid integers?\n",
|
||||
" * Yes\n",
|
||||
"* Can we have duplicate integers?\n",
|
||||
" * Yes"
|
||||
"* None"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -19,11 +19,7 @@
|
||||
"source": [
|
||||
"## Clarifying Questions\n",
|
||||
"\n",
|
||||
"* Are we sorting integers?\n",
|
||||
" * Yes\n",
|
||||
"* Can we assume the input is valid integers?\n",
|
||||
" * Yes\n",
|
||||
"* Can we have duplicate integers?\n",
|
||||
"* Are you looking for a generic naiive selection sort (ie not stable)?\n",
|
||||
" * Yes"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user