From eb5a13544c9b9b07db95439e0f1f37a3d0188872 Mon Sep 17 00:00:00 2001 From: John Washam Date: Tue, 26 Jul 2016 20:49:11 -0700 Subject: [PATCH] Added errata for Skiena, 2nd edition. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5621e04..8643041 100644 --- a/README.md +++ b/README.md @@ -875,6 +875,8 @@ You'll get more graph practice in Skiena's book (see Books section below) and th - Answers: - http://www.algorithm.cs.sunysb.edu/algowiki/index.php/The_Algorithms_Design_Manual_(Second_Edition) - http://blog.panictank.net/category/algorithmndesignmanualsolutions/page/2/ + - Errata: + - http://www3.cs.stonybrook.edu/~skiena/algorist/book/errata Once you've understood everything in the daily plan, and read and done exercises from the the books above, read and do exercises from the books below. Then move to coding challenges (further down below)