Data Structures with C++ Using STL, 2/e
William H. Ford, William R. Topp
- 出版商: Prentice Hall
- 出版日期: 2001-07-17
- 售價: $988
- 語言: 英文
- 頁數: 1072
- 裝訂: Hardcover
- ISBN: 0130858501
- ISBN-13: 9780130858504
-
相關分類:
C++ 程式語言、Algorithms-data-structures
已絕版
買這商品的人也買了...
-
$680$537 -
$980$774 -
$970Introduction to Algorithms, 2/e
-
$880$695 -
$1,860$1,767 -
$690$587 -
$780$741 -
$760$600 -
$590$466 -
$780$616 -
$720$569 -
$990$782 -
$750$675 -
$490$382 -
$800$760 -
$560$504 -
$450$356 -
$490$417 -
$480$379 -
$750$593 -
$780$663 -
$680$537 -
$580$493 -
$550$435 -
$290$247
相關主題
商品描述
This long-awaited second edition of Data Structures with C++ Using STL, by Professors Ford and Topp, provides a modern object-oriented approach to data structures using the model of the Standard Template Library (STL). The authors unify the study of data structures around the concepts of containers and iterators. The book skillfully develops algorithms for the data structures and their applications. Readers will find a systematic and detailed implementation for each data structure. These successful authors offer a learning tool that is motivated by a wealth of excellent examples and complete running programs.
KEY FEATURES
- Uses the early chapters to present object design and programming principles that are at the core of data structures.
- Develops clear and concise templates, which can support generic programming throughout the book.
- Uses the STL container classes throughout the book.
- Presents an Application Programming Interface (API) for each STL container and immediately uses it to solve problems.
- Demonstrates the implementation of the STL classes by developing mini-container classes that use the corresponding STL interface. The student can understand the overall design of the container and its C++ implementation code.
- Includes and intuitive and precise introduction to iterators that are at the core of modern data structures.
- Covers with the same careful style advanced topics such as red-black trees, hash tables, heaps, and graphs.
- Provides the reader with an extensive development of advanced recursion and inheritance as applied to data structures.
- Makes available valuable pedagogical features including chapter objectives and summaries; many complete programs with runtime output; case studies; review exercises with solutions for each chapter; extensive written and programming exercises; and a programming project for each chapter.
- Supplement: Instructor CD with solutions and a test item file; Companion Website containing language tutorials, students assessment materials, and PowerPoint slides.
Table of Contents
Preface.
1. Introduction to Data
Structures.
2. Object Design Techniques.
3. Introduction to Algorithms.
4. The Vector Container.
5. Pointers and Dynamic Memory.
6. The List Container and Iterators.
7. Stacks.
8. Queues and Priority Queues.
9. Linked Lists.
10.Binary Trees.
11. Associative Containers.
12. Advanced Associative Structures.
13. Inheritance and Abstract Classes.
14. Heaps Binary Files and Bit Sets.
15. Recursive Algorithms.
16. Graphs.
Index.