mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-03 16:08:02 +00:00
Update stack min challenge test cases (#109)
This commit is contained in:
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user