mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Tweaked clarifying questions.
This commit is contained in:
parent
495758d002
commit
83be0902d1
|
@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user