Data Structures and the Java Collections Framework by William Collins is designed for a course in data structures where the implementation language is Java. This student-friendly book focuses on teaching students how to apply the concepts presented and so includes many applications and examples throughout the book. Additionally,he provides programming projects,which get students thinking deeper. Collins teaches students how to use the data structures provided in the Java Collections Framework,as well as teaching them how to build the code themselves. His goal is give students an excellent background in creating data structures themselves,as well as make them comfortable using the standard library. Using the Java Collections Framework gives students the opportunity to work with excellent fully tested code. Further,since this is a standard library of classes,students will be able to continue to use it for other courses and as they move into industry.Another feature of this text is that labs are provided with the book. These labs can be used as open-labs,closed labs,or homework assignments and are designed to give students hands-on experience in programming. These optional labs provide excellent practice and additional material for the students.
Well-written book on data structures in Java. I already knew Java and OOP before reading, so I'm not sure if the intro to these concepts in the beginning is adequate for newbies or not.
As for the actual data structures: it covers all of the ones you need to know for a 2nd-year course. The code examples and exercises are helpful, though some of the code examples are kind of long. The diagrams, which are quite simple, are helpful in understanding how the data structures work.