Data Structures and Problem Solving Using Java, Second Edition provides a practical introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of Java. This text has a clear separation of the interface and implementation to promote abstract thinking. Java allows the programmer to write the interface and implementation separately, to place them in separate files and compile separately, and to hide the implementation details. This book goes a step further: the interface and implementation are discussed in separate parts of the book. Part I (Tour of Java), Part II (Algorithms and Building Blocks), and Part III (Applications) lay the groundwork by discussing basic concepts and tools and providing some practical examples, but implementation of data structures is not shown until Part IV (Implementations). Class interfaces are written and used before the implementation is known, forcing the reader to think about the functionality and potential efficiency of the various data structures (e.g., hash tables are written well before the hash table is implemented). *NEW! Complete chapter covering Design Patterns (Chapter 5). *NE
Estructuras de datos
国外计算机科学经典教材
No part of this book may be reproduced in any form or by any means, without permission in writing from the publisher. Pearson Prentice Hall TM is a trademark of Pearson Education, Inc. All other trademarks or product names ...
By tackling compelling, real-world assignments in which they use the collection classes as clients, students gain a firm sense of the underlying data model and how each structure can be used.
Estructuras de datos (3a. ed.).
Data Structures Study Guide
数据结构
本书介绍数据结构的基础理论和算法设计方法,包括线性表,树,图等数据结构以及查找和排序算法.
The object-oriented concepts of encapsulation, inheritance, and polymorphism are covered, while the book remains centered on abstract data types.
数据库原理与应用