diff --git a/stacks-queues/set-of-stacks.ipynb b/stacks-queues/set-of-stacks.ipynb index 537c21b..4a6b1a3 100644 --- a/stacks-queues/set-of-stacks.ipynb +++ b/stacks-queues/set-of-stacks.ipynb @@ -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)" ] }, {