Limit this search to....

Data Structures and Algorithms in Java
Contributor(s): Goodrich, Michael T. (Author), Tamassia, Roberto (Author), Goldwasser, Michael H. (Author)
ISBN: 1118771338     ISBN-13: 9781118771334
Publisher: Wiley
OUR PRICE:   $244.15  
Product Type: Paperback - Other Formats
Published: January 2014
Qty:
Temporarily out of stock - Will ship within 2 to 5 weeks
Additional Information
BISAC Categories:
- Computers | Programming Languages - Java
LCCN: 2014412891
Physical Information: 1.1" H x 7.4" W x 9.1" (2.25 lbs) 736 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

The design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich, Tomassia and Goldwasser's approach to this classic topic is based on the object-oriented paradigm as the framework of choice for the design of data structures. For each ADT presented in the text, the authors provide an associated Java interface. Concrete data structures realizing the ADTs are provided as Java classes implementing the interfaces. The Java code implementing fundamental data structures in this book is organized in a single Java package, net.datastructures. This package forms a coherent library of data structures and algorithms in Java specifically designed for educational purposes in a way that is complimentary with the Java Collections Framework.