HomeComputers & TechnologyData Structures and Algorithms in Java, International Student Version
Skip to product information
1 of 1

Data Structures and Algorithms in Java, International Student Version

PaperbackJune 16, 2014
Regular price $90.73 USD
Regular price Sale price $90.73 USD
Sale Sold out
Shipping calculated at checkout.
Secure Checkout
Quality Guaranteed
New In Stock
ISBN-13: 9781118808573 ISBN-10: 1118808576
Publisher
Wiley
Binding
Paperback
Published
June 16, 2014
Weight
2.2 lbs
Dimensions
23.60×2.20×19.10 cm

About this book

Data Structures and Algorithms in Java, International Student Version by Goodrich, Michael T.. Paperback edition. ISBN: 9781118808573.

The design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich and Tomassias 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.