Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
The ACCU passes on review copies of computer books to its members for them to review.
The result is a large, high quality collection of book reviews by programmers, for programmers.
Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
Title:
Java CollectionsAuthor:
David Watt&D BrownISBN:
0 471 89978 XPublisher:
WileyPages:
549pp @£35-5Price:
Reviewer:
James GordonSubject:
javaAppeared in:
13-6A lovely book that starts off with a history of algorithms and gently
leads you into the heart of the book.
It describes in detail arrays and linked lists and the operations you can do on them, e.g. insertion, searching, etc. It then follows with different ADTs from stacks and queues through to maps and hash tables, at each step describing the concept of the ADT and its applications using code, diagrams and examples along the way.
As this is Java all the examples are in Java but anybody could easily lift the examples and re-write them in C++ or any other language.
I will use this book a lot in the next few months on a Java project I'm just starting.