From 1dacaac46aa221f3b711c1010793f9d2dc03c255 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Thu, 2 Jul 2015 05:58:52 -0400 Subject: [PATCH] Appended _solution to notebook name. --- README.md | 4 ++-- .../{utopian_tree.ipynb => utopian_tree_solution.ipynb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename hackerrank_topcoder/utopian_tree/{utopian_tree.ipynb => utopian_tree_solution.ipynb} (100%) diff --git a/README.md b/README.md index 4642bc3..322d749 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,8 @@ Continually updated Python Notebooks containing TDD-based coding challenges and | Notebook | Problem Statement | |--------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------| -| [utopian_tree](http://nbviewer.ipython.org/github/donnemartin/coding-challenges/blob/master/hackerrank_topcoder/utopian_tree/utopian_tree.ipynb) | [View problem statement on HackerRank](https://www.hackerrank.com/challenges/utopian-tree) | -| [maximizing_xor](http://nbviewer.ipython.org/github/donnemartin/coding-challenges/blob/master/hackerrank_topcoder/maximizing_xor/maximizing_xor.ipynb) | [View problem statement on HackerRank](https://www.hackerrank.com/challenges/maximizing-xor) | +| [utopian_tree](http://nbviewer.ipython.org/github/donnemartin/coding-challenges/blob/master/hackerrank_topcoder/utopian_tree/utopian_tree_solution.ipynb) | [View problem statement on HackerRank](https://www.hackerrank.com/challenges/utopian-tree) | +| [maximizing_xor](http://nbviewer.ipython.org/github/donnemartin/coding-challenges/blob/master/hackerrank_topcoder/maximizing_xor/maximizing_xor_solution.ipynb) | [View problem statement on HackerRank](https://www.hackerrank.com/challenges/maximizing-xor) | ## Notebook Installation diff --git a/hackerrank_topcoder/utopian_tree/utopian_tree.ipynb b/hackerrank_topcoder/utopian_tree/utopian_tree_solution.ipynb similarity index 100% rename from hackerrank_topcoder/utopian_tree/utopian_tree.ipynb rename to hackerrank_topcoder/utopian_tree/utopian_tree_solution.ipynb