From cb5d3f65f51b4362557bb69d54a14cb3dc4de4b0 Mon Sep 17 00:00:00 2001 From: eshellman Date: Fri, 22 Jan 2016 15:07:43 -0500 Subject: [PATCH] removed "Algorithms" (DP+V) According to Prof. Papadimitriou, the pdf we were linking to (as well as others on the internet) are not authorized by the current copyright owner, McGraw Hill. --- free-programming-books.md | 1 - 1 file changed, 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 5c8cf1c4..db8360d7 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -258,7 +258,6 @@ Original Source: [List of freely available programming books](http://web.archive * [A Field Guide To Genetic Programming](http://dces.essex.ac.uk/staff/rpoli/gp-field-guide/toc.html) * [Algorithmic Graph Theory](http://code.google.com/p/graphbook/) -* [Algorithms](http://algorithmics.lsi.upc.edu/docs/Dasgupta-Papadimitriou-Vazirani.pdf) (PDF) * [Algorithms, 4th Edition](http://algs4.cs.princeton.edu/home/) - Robert Sedgewick and Kevin Wayne * [Algorithms and Automatic Computing Machines (1963)](https://archive.org/details/Algorithms_And_Automatic_Computing_Machines) - B. A. Trakhtenbrot * [Algorithms and Complexity](https://www.math.upenn.edu/~wilf/AlgoComp.pdf) (PDF)