From 000cddfacb9131fe307c9b9211e7a1eacc5bf1f5 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 30 May 2015 10:29:58 -0400 Subject: [PATCH] Added credits section. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index cc0b7fc..ffcf086 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,15 @@ Most solutions are in Python. * [Utopian Tree](http://nbviewer.ipython.org/github/donnemartin/algorithms-data-structures/blob/master/hacker-rank/utopian-tree.ipynb) * [Maximizing XOR](http://nbviewer.ipython.org/github/donnemartin/algorithms-data-structures/blob/master/hacker-rank/maximizing-xor.ipynb) +## Credits + +* [Cracking the Coding Interview](http://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/098478280X) +* [Programming Interviews Exposed](http://www.amazon.com/gp/product/1118261364/) +* [Elements of Programming Interviews](http://www.amazon.com/Elements-Programming-Interviews-Insiders-Guide/dp/1479274836) +* [The Algorithm Design Manual](http://www.amazon.com/Algorithm-Design-Manual-Steve-Skiena/dp/0387948600) +* [Hacker Rank](https://www.hackerrank.com) +* [TopCoder](https://www.topcoder.com/) + ## License Copyright 2015 Donne Martin