From 08bc81f862ed30eecfae541e315d24cfa66af10f Mon Sep 17 00:00:00 2001 From: Elahi-cs <67738959+Elahi-cs@users.noreply.github.com> Date: Sun, 9 May 2021 11:31:59 +0200 Subject: [PATCH] Add Algorithms by Sedgewick Add Algorithms by Robert Sedgewick on the basis that it's a freely available book from a reputable institution (it's the textbook for the Princeton Coursera courses). That being said, I haven't had the chance of reading the book so I can't personally comment on its quality. --- extras/readings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/readings.md b/extras/readings.md index 6690326..434b549 100644 --- a/extras/readings.md +++ b/extras/readings.md @@ -61,6 +61,7 @@ Name | Author(s) [Introduction to the Theory of Computation (3rd Edition)](https://www.amazon.com/Introduction-Theory-Computation-Michael-Sipser/dp/113318779X) | Michael Sipser [Introduction to Algorithms (3rd Edition)](http://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844/) | Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein [The Algorithm Design Manual (3rd Edition)](https://www.algorist.com/) | Steven Skiena +[Algorithms (4th Edition)](https://algs4.cs.princeton.edu/home/) | Robert Sedgewick [Category Theory: A Gentle Introduction](http://www.logicmatters.net/resources/pdfs/GentleIntro.pdf) | Peter Smith [Category Theory for Programmers: The Preface](https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/) | Bartosz Milewski [An Introduction to Information Retrieval](https://nlp.stanford.edu/IR-book/pdf/irbookonlinereading.pdf) | Christopher D. Manning, Prabhakar Raghavan, Hinrich Schütze