Fixed string permutations notebook index labels and links.

This commit is contained in:
Donne Martin 2015-05-02 17:10:59 -04:00
parent 199157aeed
commit 7826fea184

View File

@ -10,7 +10,8 @@
"* [Test Cases](#Test-Cases)\n", "* [Test Cases](#Test-Cases)\n",
"* [Algorithm: Compare Sorted Strings](#Algorithm:-Compare-Sorted-Strings)\n", "* [Algorithm: Compare Sorted Strings](#Algorithm:-Compare-Sorted-Strings)\n",
"* [Code: Compare Sorted Strings](#Code:-Compare-Sorted-Strings)\n", "* [Code: Compare Sorted Strings](#Code:-Compare-Sorted-Strings)\n",
"* [Pythonic-Code](#Pythonic-Code)" "* [Algorithm: Hashmap Lookup](#Algorithm:-Hash-Map-Lookup)\n",
"* [Code: Hashmap Lookup](#Code:-Hash-Map-Lookup)"
] ]
}, },
{ {
@ -114,7 +115,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Code" "## Code: Hash Map Lookup"
] ]
}, },
{ {