Home / Search / Data Structures and Algorithms in Java
Cover of Data Structures and Algorithms in Java
ISBN-13 · 9781118771334ISBN-10 · 1118771338Publisher · WileyFormat · Paperback, 736 pagesPublished · 2014Language · English

Data Structures and Algorithms in Java

Rent this book

Free return shipping included
Total rental price$31.63

Please Note: Rental books are typically used and do not come with any unused access code cards.

Return by 2026-10-26. Prepaid return label included; extend at any point for the difference in price.

Buy from a seller

Bookface-OutletShips from CA
GoodTypical used book with minor wear and signs of use. May have some highlighting or writing.
76.48

About this book

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.