沃新书屋 - Data Structures & Algorithms in Java - 出版社:Ellis Horwood Ltd, Chichester (John Wiley, New York)

Ellis Horwood Ltd, Chichester (John Wiley, New York)

出版社信息:

类型:

成立时间:

出版社特色:

出版社简介:

暂无相关内容,正在全力查找中


Data Structures & Algorithms in Java书籍相关信息

Data Structures & Algorithms in Java精美图片

内容简介:

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.