From 2911ee2a92d55b3e0ee8546494dfe6e2e1f6680d Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Wed, 17 Jun 2015 16:38:39 -0400 Subject: [PATCH] Added author and GitHub original repo link to notebooks. --- hacker-rank/maximizing-xor.ipynb | 9 ++++++++- hacker-rank/utopian-tree.ipynb | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/hacker-rank/maximizing-xor.ipynb b/hacker-rank/maximizing-xor.ipynb index 2ef336a..58e6e1f 100644 --- a/hacker-rank/maximizing-xor.ipynb +++ b/hacker-rank/maximizing-xor.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": {}, @@ -77,7 +84,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.9" + "version": "2.7.10" } }, "nbformat": 4, diff --git a/hacker-rank/utopian-tree.ipynb b/hacker-rank/utopian-tree.ipynb index 5915377..4a9844a 100644 --- a/hacker-rank/utopian-tree.ipynb +++ b/hacker-rank/utopian-tree.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": {}, @@ -83,7 +90,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.9" + "version": "2.7.10" } }, "nbformat": 4,