Tweaked clarifying questions.

This commit is contained in:
Donne Martin 2015-05-28 19:07:54 -04:00
parent 495758d002
commit 83be0902d1
2 changed files with 2 additions and 11 deletions

View File

@ -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"
] ]
}, },
{ {

View File

@ -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"
] ]
}, },