Object-oriented Data Structures Using Java

Object-oriented Data Structures Using Java
Authors
Nell B. Dale
ISBN
0763737461
Published
27 Feb 2006
Purchase online
amazon.com

Thoroughly revised and updated, Object Oriented Data Structures using Java, Second Edition presents classic data structure topics with an emphasis on problem solving, theory, and software engineering principles. Beginning early and continuing throughout the text, the authors carefully introduce and expand on the use of many Java features such as packages, interfaces, abstract classes, inheritance, and exceptions.

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

D. Hadley said
I am using this book as a required textbook at my University. As a introduction to xhtml, html, etc. programming, I find this book exceptional. I've gotten feedback from other people in my curriculum, and they all agreed that the book is very good. I wouldn't hesitate to recommend it. I've used templates and played with dreamweaver, but this book is the first time I understood what was happening. You can't go wrong by purchasing this book..

A. Gift For You said
This book is great for understanding the basic data structures in computer science. I couldn't be any happier with the way it explains everything. However, the only issue I have is that most of the exercises in the book are very vauge and therefore as a student I waste to much time trying to understand what I need to do specificaly because the book just throws out these vauge exercises without any constraints.

cSquall said
A good, clearly written book, although there are a few mistakes in the code given. Still, it covers some tough topics in a clear and concise way. Still, it's not a book I wouldn't tackle without some guidance from a class!

S. Timioh said
This seller was very punctual with the shipping and delivery of the book and it was in very good condition like the ad had stipulated.
I will recomment him to anyone

ST

Hans C. Masing said
I teach a graduate level data structures course at a Big 10 university, and reviewed this text over the summer to use in my course. The text covers all the basics - lists, linked lists, hashes, graphs, trees, and all with good OO foundations. In my review, this book hit on all cylinders. However, I am looking at it with many, many years experience in teaching and in data structures, and frankly made the mistake of 'skimming' the book to make sure that everything I wanted to cover was in there.

Then class started...

The book, while going through all the motions, fails to execute well. Diagrams have mistakes in them, algorithms are wrong, code samples don't work... I have had to do quite a bit of damage control with my class, and will not be using this book next term. I now have guilt that my students were stuck paying for this book, and can't sell it back for students in future terms.

(A note to faculty - the supporting material is... OK. The test banks are mediocre, and also have errors in them, and the lecture materials contain all the errors also found in the book)

So, the bottom line: All the basics are there, but this is not a winning book. Perhaps the second edition will be better?

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” - Martin Fowler