Update stack min challenge test cases (#109)

This commit is contained in:
Donne Martin
2016-10-29 09:08:32 -04:00
committed by GitHub
parent da87bcbfd4
commit a7fc172004
2 changed files with 6 additions and 2 deletions

View File

@@ -53,7 +53,9 @@
"## Test Cases\n",
"\n",
"* Push/pop on empty stack\n",
"* Push/pop on non-empty stack"
"* Push/pop on non-empty stack\n",
"* Min on empty stack\n",
"* Min on non-tempty stack"
]
},
{

View File

@@ -52,7 +52,9 @@
"## Test Cases\n",
"\n",
"* Push/pop on empty stack\n",
"* Push/pop on non-empty stack"
"* Push/pop on non-empty stack\n",
"* Min on empty stack\n",
"* Min on non-tempty stack"
]
},
{