Added index of topics discussed in Notebook.

This commit is contained in:
Donne Martin 2015-01-26 07:28:08 -05:00
parent def100a9ce
commit db9f29536d

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:e8e69422df4f0a0c0dd9481fd9ceb6bf8bc028d54fbe134de2957e387db35dca"
"signature": "sha256:73ff6384d9af604860ac45769daf4ddad270f251d7838e691c99d5d419e0c72b"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -15,6 +15,20 @@
"# Data Structures Utilities"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* slice\n",
"* range and xrange\n",
"* bisect\n",
"* sort\n",
"* sorted\n",
"* reversed\n",
"* enumerate\n",
"* zip"
]
},
{
"cell_type": "markdown",
"metadata": {},