algorithms |
Aftersleep Books
|
||||||||||||||||||
Data Structures and Algorithm Analysis in JavaThe following report compares books using the SERCount Rating (base on the result count from the search engine). |
|||||||||||||||||||
|
Aftersleep Books - 2005-06-20 07:00:00 | © Copyright 2004 - www.aftersleep.com () | sitemap | top |
The good:
-lots of analysis about advantage and disadvantage in each algorithm (especially in sorting).
-various and good idea in example implementation such as using tree traversal to evaluate expression or the use of disjoint set in making maze! (I like it.)
The bad :
-deep (and too much) mathemetical analysis in each data type and algorithm, is sometimes too hard to understand (and may be not necessary for me at all).
-no context describing basic Java (e.g. How to compile java code; concept about method, object, instance, class).
-after all, I think it costs too expensive for black and white text and poor illustration.