Cantitate/Preț
Produs

Data Structures and Algorithms in Java

Autor Michael T Goodrich, Roberto Tamassia, Michael H Goldwasser
en Limba Engleză Paperback – 28 ian 2014
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.
Citește tot Restrânge

Preț: 86681 lei

Preț vechi: 153362 lei
-43%

Puncte Express: 1300

Preț estimativ în valută:
15320 18024$ 13373£

Carte indisponibilă temporar

Doresc să fiu notificat când acest titlu va fi disponibil:

Specificații

ISBN-13: 9781118771334
ISBN-10: 1118771338
Pagini: 736
Dimensiuni: 187 x 233 x 27 mm
Greutate: 1.04 kg
Ediția:6th edition
Editura: Wiley
Locul publicării:Hoboken, United States

Public țintă

This title serves the second programming course in the CS major sequence. It is often called Data Structures, but can also be referred to as CS2, or Programming II. It is always a best practice to ask who teaches the course when making Intro Programming calls.

Descriere

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.