java |
Aftersleep Books
|
||||||||||||||||||
Data Structures 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 |
Good things about the book-
It has a compact size and it has these 2.5 inch margins for people to write stuff in; comments for the code are in a special color; nice pictures; neat information - such as a table of frequencies of alphabet letters (the section about Huffman encryption); also, a nice bibliography at the end of every chapter - so we can buy more stuff from this guy...; finally, most of the information is quite useful or important - it's not a book with a lot of junk in it.
Now the bad things about the book -
It simply doesn't cover enough stuff and it should be priced at about $20 rather than $53; Besides 2.5 inch margins, the Appendix stretches from page 423 - 545, so there's not that much material; To make everything worse, I think the author talked way too much about Java language specifics - instead of being the 100% data structure book with examples in Java code, the book is like a 75% data structure book and 25% Java language review session. The reviews might be helpful for other people, but I just skipped over 25% of the book. More importantly, the code in the book is way too cryptic cause the guy kept using these 1 letter variable names (p for pivot, R for right, L for left, i, j, k, sometimes do NOT stand for counters in for-loops)
to sum it all up, the book is not bad, but it has bad variable names and it just doesn't cover enough material to make me happy about spending my $56.90. Now I have to buy that Weiss guy's book to get a handle on some of the more advanced stuff