Polish stack challenge and solution (#69)

Update constraints and code.
This commit is contained in:
Donne Martin
2016-06-19 20:02:53 -04:00
committed by GitHub
parent c2bd267816
commit 4cdb85e22d
3 changed files with 16 additions and 12 deletions

View File

@@ -35,7 +35,10 @@
"source": [
"## Constraints\n",
"\n",
"* None"
"* If we pop on an empty stack, do we return None?\n",
" * Yes\n",
"* Can we assume this fits memory?\n",
" * Yes"
]
},
{
@@ -197,21 +200,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.10"
"pygments_lexer": "ipython3",
"version": "3.5.0"
}
},
"nbformat": 4,