diff --git a/linked-lists/add-reverse.ipynb b/linked-lists/add-reverse.ipynb index 8a0190e..444becb 100644 --- a/linked-lists/add-reverse.ipynb +++ b/linked-lists/add-reverse.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": {}, @@ -178,7 +185,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.9" + "version": "2.7.10" } }, "nbformat": 4, diff --git a/linked-lists/delete-mid.ipynb b/linked-lists/delete-mid.ipynb index 85b9d8b..9b02702 100644 --- a/linked-lists/delete-mid.ipynb +++ b/linked-lists/delete-mid.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/linked-lists/find-loop-start.ipynb b/linked-lists/find-loop-start.ipynb index 0b2caf4..8bf8363 100644 --- a/linked-lists/find-loop-start.ipynb +++ b/linked-lists/find-loop-start.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": {}, @@ -169,7 +176,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.9" + "version": "2.7.10" } }, "nbformat": 4, diff --git a/linked-lists/kth-to-last-elem.ipynb b/linked-lists/kth-to-last-elem.ipynb index 99b32cc..c9de9c5 100644 --- a/linked-lists/kth-to-last-elem.ipynb +++ b/linked-lists/kth-to-last-elem.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": {}, @@ -150,7 +157,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.9" + "version": "2.7.10" } }, "nbformat": 4, diff --git a/linked-lists/linked-list.ipynb b/linked-lists/linked-list.ipynb index bb3fdc8..bd508ef 100644 --- a/linked-lists/linked-list.ipynb +++ b/linked-lists/linked-list.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": {}, @@ -404,7 +411,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.9" + "version": "2.7.10" } }, "nbformat": 4, diff --git a/linked-lists/palindrome.ipynb b/linked-lists/palindrome.ipynb index 3b27e25..3f67c4c 100644 --- a/linked-lists/palindrome.ipynb +++ b/linked-lists/palindrome.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": {}, @@ -158,7 +165,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.9" + "version": "2.7.10" } }, "nbformat": 4, diff --git a/linked-lists/partition.ipynb b/linked-lists/partition.ipynb index e04edce..9496114 100644 --- a/linked-lists/partition.ipynb +++ b/linked-lists/partition.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": {}, @@ -169,7 +176,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.9" + "version": "2.7.10" } }, "nbformat": 4, diff --git a/linked-lists/remove-duplicates.ipynb b/linked-lists/remove-duplicates.ipynb index cc716a5..584b08b 100644 --- a/linked-lists/remove-duplicates.ipynb +++ b/linked-lists/remove-duplicates.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": {}, @@ -229,7 +236,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.9" + "version": "2.7.10" } }, "nbformat": 4,