Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
About this product
Product Identifiers
PublisherWiley & Sons, Incorporated, John
ISBN-101118771338
ISBN-139781118771334
eBay Product ID (ePID)167445902
Product Key Features
Number of Pages736 Pages
LanguageEnglish
Publication NameData Structures and Algorithms in Java
SubjectProgramming / General, Programming / Algorithms, Programming Languages / Java
Publication Year2014
TypeTextbook
AuthorMichael H. Goldwasser, Roberto Tamassia, Michael T. Goodrich
Subject AreaComputers
FormatTrade Paperback
Dimensions
Item Height1.2 in
Item Weight37.7 Oz
Item Length9.2 in
Item Width7.4 in
Additional Product Features
Edition Number6
Intended AudienceCollege Audience
Dewey Edition22
Dewey Decimal005.1
SynopsisThe 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.