From 194cabe43bf683e0faa39204d5fd75a4c7559691 Mon Sep 17 00:00:00 2001 From: Daksh Shah Date: Tue, 7 Mar 2017 21:46:54 +0530 Subject: [PATCH] Add Introduction to Algorithms to Computer Science and Programming It is used as the textbook for algorithms courses at many universities and is commonly cited as a reference for algorithms in published papers, with over 8900 citations documented. The book sold half a million copies during its first 20 years. Its fame has led to the common use of the abbreviation "CLRS" (Cormen, Leiserson, Rivest, Stein). This title covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f63900f..4d074fe 100644 --- a/README.md +++ b/README.md @@ -420,6 +420,7 @@ Books ##Computer Science and Programming * [Learn You a Haskell for Great Good!](https://www.goodreads.com/book/show/6593810-learn-you-a-haskell-for-great-good) by Miran Lipovača. * [The Pragmatic Programmer](http://www.goodreads.com/book/show/4099.The_Pragmatic_Programmer) by Andrew Hunt, Dave Thomas +* [Introduction to Algorithms](https://www.goodreads.com/book/show/108986.Introduction_to_Algorithms) by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein ## License