Tweaked problem statement for clarity. Removed unused Pythonic-Code header.

This commit is contained in:
Donne Martin 2015-05-17 07:47:51 -04:00
parent a9a7652d0a
commit db47e1bcaa

View File

@ -4,13 +4,12 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Problem: Implement SetOfStacks that wraps a set of stacks bound by a capacity.\n",
"## Problem: Implement SetOfStacks that wraps a list of stacks, where each stack is bound by a capacity.\n",
"\n",
"* [Clarifying Questions](#Clarifying-Questions)\n",
"* [Test Cases](#Test-Cases)\n",
"* [Algorithm](#Algorithm)\n",
"* [Code](#Code)\n",
"* [Pythonic-Code](#Pythonic-Code)"
"* [Code](#Code)"
]
},
{