Data Structures and Algorithms in Java

, by ; ;
Data Structures and Algorithms in Java by Goodrich, Michael T.; Tamassia, Roberto; Goldwasser, Michael H., 9781118771334
Note: Supplemental materials are not guaranteed with Rental or Used book purchases.
  • ISBN: 9781118771334 | 1118771338
  • Cover: Paperback
  • Copyright: 1/28/2014

Purchase Options
  • Rent

    (Recommended)

    $106.42
    Term
    Due
    Price
    *This item is part of an exclusive publisher rental program and requires an additional convenience fee. This fee will be reflected in the shopping bag.
  • Buy New

    Currently Available, Usually Ships in 24-48 Hours

    $188.47
  • eBook

    eTextBook from VitalSource Icon

    Available Instantly

    Online: 150 Days

    Downloadable: 150 Days

    *To support the delivery of the digital material to you, a digital delivery fee of $3.99 will be charged on each digital item.
    $34.80*

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.