Everytext Logo
HomeLibraryData Structures and Algorithms in Java
Data Structures and Algorithms in Java
ISBN-13: 9781118771334
Paperback
736 Pages

Data Structures and Algorithms in Java

by Michael T Goodrich, Roberto Tamassia, Michael H Goldwasser

Rent This Book

Returns in 60 days

$31.63/ 60 days

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

Free returns on all rentals

Product Details

ISBN-139781118771334
ISBN-101118771338
PublisherWiley
Published2014-01-28
Edition6
LanguageEnglish
FormatPaperback
Pages736

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.