From 0c5266a6adc50e741c2a21df22b208100cd3cff5 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Thu, 2 Jul 2015 23:38:55 -0400 Subject: [PATCH] Renamed HackerRank and TopCoder section to Online Judges. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 322d749..7bf407f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Continually updated Python Notebooks containing TDD-based coding challenges and * [Bit Manipulation](#bit-manipulation) * [Scalability and Memory Limits](#scalability-and-memory-limits) * [Concurrency](#concurrency) -* [HackerRank and TopCoder](#hackerrank-and-topcoder) +* [Online Judges](#online-judges) * [Notebook Installation](#notebook-installation) * [Credits](#credits) * [Contributing](#contributing) @@ -96,12 +96,12 @@ Continually updated Python Notebooks containing TDD-based coding challenges and [Coming Soon] -## HackerRank and TopCoder +## Online Judges | Notebook | Problem Statement | |--------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------| -| [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) | +| [utopian_tree](http://nbviewer.ipython.org/github/donnemartin/coding-challenges/blob/master/online_judges/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/online_judges/maximizing_xor/maximizing_xor_solution.ipynb) | [View problem statement on HackerRank](https://www.hackerrank.com/challenges/maximizing-xor) | ## Notebook Installation