From 426f696f45192e74345cfaa8fec82900c5492e59 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Wed, 17 Jun 2015 16:39:26 -0400 Subject: [PATCH] Added author and GitHub original repo link to notebooks. --- sorting-searching/insertion-sort.ipynb | 9 ++++++++- sorting-searching/merge-sort.ipynb | 9 ++++++++- sorting-searching/quick-sort.ipynb | 9 ++++++++- sorting-searching/selection-sort.ipynb | 9 ++++++++- 4 files changed, 32 insertions(+), 4 deletions(-) diff --git a/sorting-searching/insertion-sort.ipynb b/sorting-searching/insertion-sort.ipynb index 6b822a6..d93a6fc 100644 --- a/sorting-searching/insertion-sort.ipynb +++ b/sorting-searching/insertion-sort.ipynb @@ -1,5 +1,12 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "This notebook was prepared by [Donne Martin](http://donnemartin.com). Source and license info is on [GitHub](https://bit.ly/code-notes)." + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -120,7 +127,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.9" + "version": "2.7.10" } }, "nbformat": 4, diff --git a/sorting-searching/merge-sort.ipynb b/sorting-searching/merge-sort.ipynb index b87d6e2..1b406d8 100644 --- a/sorting-searching/merge-sort.ipynb +++ b/sorting-searching/merge-sort.ipynb @@ -1,5 +1,12 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "This notebook was prepared by [Donne Martin](http://donnemartin.com). Source and license info is on [GitHub](https://bit.ly/code-notes)." + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -140,7 +147,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.9" + "version": "2.7.10" } }, "nbformat": 4, diff --git a/sorting-searching/quick-sort.ipynb b/sorting-searching/quick-sort.ipynb index 34d5e64..5103da9 100644 --- a/sorting-searching/quick-sort.ipynb +++ b/sorting-searching/quick-sort.ipynb @@ -1,5 +1,12 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "This notebook was prepared by [Donne Martin](http://donnemartin.com). Source and license info is on [GitHub](https://bit.ly/code-notes)." + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -151,7 +158,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.9" + "version": "2.7.10" } }, "nbformat": 4, diff --git a/sorting-searching/selection-sort.ipynb b/sorting-searching/selection-sort.ipynb index 2099aeb..5bf6ccb 100644 --- a/sorting-searching/selection-sort.ipynb +++ b/sorting-searching/selection-sort.ipynb @@ -1,5 +1,12 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "This notebook was prepared by [Donne Martin](http://donnemartin.com). Source and license info is on [GitHub](https://bit.ly/code-notes)." + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -140,7 +147,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.9" + "version": "2.7.10" } }, "nbformat": 4,