From c0f2007522bc6fe82d0f68b360e436e58b7807eb Mon Sep 17 00:00:00 2001 From: Josh Hanson Date: Mon, 13 Mar 2017 18:03:19 -0400 Subject: [PATCH] extras/readings: Add Skiena algorithms --- extras/readings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/readings.md b/extras/readings.md index 483fe00..1b0f3e1 100644 --- a/extras/readings.md +++ b/extras/readings.md @@ -45,6 +45,7 @@ Name | Author(s) :-- | :--: [Introduction to Computing: Explorations in Language, Logic, and Machines](http://www.computingbook.org/) | David Evans [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](https://www.amazon.com/gp/product/1848000693) | Steven Skiena ## Applications