Just wanted to let everyone know that the reviews here (till 6th March 2002 at any rate) are not of the book 'Algorithms in C++ part 5 graph algorithms' by Robert Sedgewick, but of the earlier edition of his book on algorithms. To get an idea of the book it's supposed to be about, please refer to the review(s) on 'Algorithms in C part 5 graph algorithms', which i expect to identical but for the code. It'd be...
0Report
This is easily one of the leading texts on data structures and algorithms - a third edition has already been released (however, that is practically a new book ,so read on :-)...). Sedgewick is a student of the great Donald Knuth, and a leading researcher and authority in the field of Algorithmics.'Pound for pound', this might be as good as Cormen et al's classic, which is the undisputed leader among introductory books on algorithms...
0Report
The code isn't very easy to read (the only downfall), but it is efficient, and that's what I want.. Take the book Introduction to Algorithms, take out the math, squish it and you have Alg in C++. It's really C, not C++, code but `C++' isn't its real purpose, `Algorithms' is. If you want to learn a plethora of computer algorithms, this book will give it to you. Bottom line.
0Report
The source codes was written in a precise condense way and are intelligible. The content was well arranged.
0Report
Comes in handy for tests at school and great resource for programming issues concerning sorts and searches!
0Report