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": [
|
||||
"## 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"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user