From 2490c7b1c0fe7f52a2428cddd1d9a8c07064aa45 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 16 Jun 2015 07:13:15 -0400 Subject: [PATCH] Added GitHub repo or solutions link to some referenced books. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57aa018..40086d8 100644 --- a/README.md +++ b/README.md @@ -133,10 +133,10 @@ $ ipython notebook ## Credits -* [Cracking the Coding Interview](http://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/098478280X) +* [Cracking the Coding Interview](http://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/098478280X) | [GitHub](https://github.com/gaylemcd/ctci) +* [Elements of Programming Interviews](http://www.amazon.com/Elements-Programming-Interviews-Insiders-Guide/dp/1479274836) | [GitHub](https://github.com/epibook/epibook.github.io) * [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) +* [The Algorithm Design Manual](http://www.amazon.com/Algorithm-Design-Manual-Steve-Skiena/dp/0387948600) | [Selected Solutions](http://www.algorithm.cs.sunysb.edu/algowiki/index.php/The_Algorithms_Design_Manual_(Second_Edition)) * [HackerRank](https://www.hackerrank.com) * [TopCoder](https://www.topcoder.com/)