diff --git a/README.md b/README.md index 0408282..38be345 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,8 @@ This repo is a collection of my notes while sharpening my skills tackling coding | Notebook | Problem Statement | |--------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------| -| [utopian-tree](http://nbviewer.ipython.org/github/donnemartin/algorithms-data-structures/blob/master/hackerrank_topcoder/utopian-tree.ipynb) | [View problem statement on HackerRank](https://www.hackerrank.com/challenges/utopian-tree) | -| [maximizing-xor](http://nbviewer.ipython.org/github/donnemartin/algorithms-data-structures/blob/master/hackerrank_topcoder/maximizing-xor.ipynb) | [View problem statement on HackerRank](https://www.hackerrank.com/challenges/maximizing-xor) | +| [utopian-tree](http://nbviewer.ipython.org/github/donnemartin/algorithms-data-structures/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/algorithms-data-structures/blob/master/hackerrank_topcoder/maximizing_xor/maximizing_xor.ipynb) | [View problem statement on HackerRank](https://www.hackerrank.com/challenges/maximizing-xor) | ## Notebook Installation diff --git a/hackerrank_topcoder/maximizing-xor.ipynb b/hackerrank_topcoder/maximizing_xor/maximizing_xor.ipynb similarity index 100% rename from hackerrank_topcoder/maximizing-xor.ipynb rename to hackerrank_topcoder/maximizing_xor/maximizing_xor.ipynb diff --git a/hackerrank_topcoder/utopian-tree.ipynb b/hackerrank_topcoder/utopian_tree/utopian_tree.ipynb similarity index 100% rename from hackerrank_topcoder/utopian-tree.ipynb rename to hackerrank_topcoder/utopian_tree/utopian_tree.ipynb