Cantitate/Preț
Produs

Data Structures and Algorithms in Java, 6th Editio n

Autor MT Goodrich
en Limba Engleză Paperback – 14 iul 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ț: 83250 lei

Preț vechi: 145402 lei
-43% Nou

Puncte Express: 1249

Preț estimativ în valută:
15933 16809$ 13278£

Carte indisponibilă temporar

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

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781118771334
ISBN-10: 1118771338
Pagini: 736
Dimensiuni: 193 x 233 x 27 mm
Greutate: 1.02 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.

Notă biografică


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.