mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-10 11:28:03 +00:00
Update queue from stacks challenge (#111)
Update test cases and __init__ method.
This commit is contained in:
@@ -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"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user