Java Structures: Data Structures in Java for the Principled Programmer
by Duane A. Bailey
Publisher: McGraw-Hill 2007
ISBN/ASIN: 0072399090
ISBN-13: 9780072399097
Number of pages: 542
Description:
This text was developed specifically for use with CS2 in a standard Computer Science curriculum. It is succinct in its approach, and requires, perhaps, a little more effort to read. It is not a brief encounter with object-oriented data structure design, but a touchstone for one's programming future.
Download or read it online for free here:
Download link
(2.4MB, PDF)
Similar books

by Clifford A. Shaffer - Dover Publications
A comprehensive treatment focusing on the creation of efficient data structures and algorithms, explaining how to select the data structure best suited to specific problems. It uses Java programming language and is suitable for second-year courses.
(17741 views)

by Gerd Wagner, Mircea Diaconescu - web-engineering.info
This book shows how to build back-end web applications with Java, JPA and JSF. The book comes with the complete Java source code of six example apps that you can download or run from our server. The focus are general information management concepts.
(7034 views)

by Stephen J. Hartley
An introduction to using Java in concurrent or multithreaded applications. Topics covered are race conditions when threads share data, critical sections, mutual exclusion, semaphores, monitors, message passing, the rendezvous, etc.
(19869 views)

by Mark Grand - O'Reilly
The book goes into great detail about every aspect of the Java programming language, from the definition of data types to the syntax of expressions and control structures. The goal is to help you understand all of the subtle nuances of Java.
(14332 views)