Update queue from stacks challenge (#111)

Update test cases and __init__ method.
This commit is contained in:
Donne Martin
2016-10-29 09:13:02 -04:00
committed by GitHub
parent 12b58ccf9b
commit 2d651a6eca
2 changed files with 6 additions and 2 deletions

View File

@@ -43,6 +43,8 @@
"* Does popping from an empty stack result in an exception?\n",
" * Yes\n",
"* Can we assume the user passed in stack index is valid?\n",
" * Yes\n",
"* Can we assume this fits memory?\n",
" * Yes"
]
},