From 451faf81cfd039088bdf0e915a064cdc1810dd30 Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Mon, 4 Nov 2013 20:18:21 -0700 Subject: [PATCH] Update URL to Algorithms textbook - this URL is broken --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 0ccd2010..0dc6932b 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -161,7 +161,7 @@ ####Algorithms & Datastructures * [Algorithms and Data-Structures](http://www.ethoberon.ethz.ch/WirthPubl/AD.pdf) (PDF) -* [Algorithms](http://www.cs.berkeley.edu/~vazirani/algorithms.html) (draft) +* [Algorithms](http://highered.mcgraw-hill.com/sites/0073523402/) (draft) * [Algorithms Course Materials](http://compgeom.cs.uiuc.edu/~jeffe/teaching/algorithms/) - Jeff Erickson * [Algorithms, 4th Edition](http://algs4.cs.princeton.edu/home/) - Robert Sedgewick and Kevin Wayne * [Binary Trees](http://cslibrary.stanford.edu/110/BinaryTrees.pdf) (PDF) -- GitLab