Logo

Java Structures: Data Structures in Java for the Principled Programmer

Large book cover: Java Structures: Data Structures in Java for the Principled Programmer

Java Structures: Data Structures in Java for the Principled Programmer
by

Publisher: McGraw-Hill
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.

Home page url

Download or read it online for free here:
Download link
(2.4MB, PDF)

Similar books

Book cover: Building Back-End Web Apps with Java, JPA and JSFBuilding Back-End Web Apps with Java, JPA and JSF
by - 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.
(8445 views)
Book cover: Concurrent Programming Using JavaConcurrent Programming Using Java
by
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.
(21268 views)
Book cover: Java Based Real Time ProgrammingJava Based Real Time Programming
by - Lunds Universitet
This book documents how to carry out safe, flexible, portable and free programming of embedded systems, such that the software without modifications can run on both small embedded devices as well as on standard Java platform.
(7946 views)
Book cover: Java PersistenceJava Persistence
by - Wikibooks
Java persistence could be defined as storing anything to any level of persistence using the Java programming language. This book is focused on storing Java objects to relational databases, in particular using the Java Persistence API (JPA).
(18271 views)