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