登入
選單
返回
Google圖書搜尋
Data Structures and Algorithms in Java, International Student Version
Michael T. Goodrich
Roberto Tamassia
Michael H. Goldwasser
出版
John Wiley & Sons
, 2014-06-16
主題
Computers / Languages / Java
Computers / Programming / General
ISBN
1118808576
9781118808573
URL
http://books.google.com.hk/books?id=F2vqEAAAQBAJ&hl=&source=gbs_api
EBook
SAMPLE
註釋
The design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich and Tomassia'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.