mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Add None input test case to selection sort challenge
This commit is contained in:
parent
a2b4978c2e
commit
4b5ce09e6c
|
@ -44,6 +44,7 @@
|
|||
"source": [
|
||||
"## Test Cases\n",
|
||||
"\n",
|
||||
"* None -> None\n",
|
||||
"* Empty input -> []\n",
|
||||
"* One element -> [element]\n",
|
||||
"* Two or more elements"
|
||||
|
|
Loading…
Reference in New Issue
Block a user