Data Srtuctures and Problem Solving Using C++ 2/e
Mark A. Weiss
- 出版商: Addison Wesley
- 出版日期: 1999-11-23
- 售價: $980
- 貴賓價: 9.8 折 $960
- 語言: 英文
- 頁數: 984
- 裝訂: Paperback
- ISBN: 020161250X
- ISBN-13: 9780201612509
-
相關分類:
C++ 程式語言
無法訂購
買這商品的人也買了...
-
計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)$680$537 -
Matlab 程式設計與應用$600$540 -
UML 使用手冊 (The Unified Modeling Language User Guide)$580$452 -
CCNA 認證自學手冊: ICND (Interconnecting Cisco Network Devices)$980$784 -
Thinking in Java 中文版 (Thinking in Java, 2/e)$920$727 -
Computer Organization & Architecture: Designing for Performance, 6/e$980$960 -
LPI Linux 資格檢定 (LPI Linux Certification in a Nutshell)$880$695 -
Sams Teach Yourself Game Programming in 24 Hours$1,590$1,511 -
Dreamweaver MX 中文版魔法網頁 Easy Go$490$417 -
Java 完美經典優質學習篇$750$638 -
精通 Oracle SQL (Mastering Oracle SQL)$580$458 -
資料庫系統原理第三版 (Fundamentals of Database Systems, 3/e)$760$600 -
ASP.NET 程式設計徹底研究$590$466 -
STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)$690$538 -
電子計算機導論$550$468 -
程式設計專家手冊 (The Practice of Programming)$420$332 -
重構─改善既有程式的設計$720$569 -
LDAP 系統管理 (LDAP System Administration)$620$490 -
鳥哥的 Linux 私房菜-伺服器架設篇$750$638 -
鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476 -
精通 Windows Server 2003 目錄服務與系統管理篇 (Mastering Windows Server 2003)$780$663 -
人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379 -
JSP 2.0 技術手冊$750$593 -
建構嵌入式 Linux 系統$780$616 -
ASP.NET 徹底研究進階技巧─高階技巧與控制項實作$650$507
相關主題
商品描述
Description
Data Structures and Problem Solving Using C++ provides a practical introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C++. It is a complete revision of Weiss' successful CS2 book Algorithms, Data Structures, and Problem Solving with C++.
The most unique aspect of this text is the clear separation of the interface and implementation. C++ 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 (Objects and C++), 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). This separation of interface and implementation promotes abstract thinking. 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).
Throughout the book, Weiss has included the latest features of the C++ programming language, including a more prevalent use of the Standard Template Library (STL). ![]()
Features
- Promotes abstract thinking by separating the interface, Part II, and implementation, Part IV, of the data structures into different parts of the book.
- Includes a new chapter on Patterns.
- Revised material makes use of the STL whenever appropriate.
- A simplified STL implementation is illustrated at the end of the chapters in Part IV, including vector, list, stack, queue, set, map, and priority_queue.
- All code is completely rewritten and tested for compatibility with a wide range of current compilers.
- Rewritten material on inheritance simplifies the initial presentation and provides the C++ details that are important for advanced uses.
- Provides new material on templates, vectors, and push_back.
- Illustrates both the generic interfaces and STL interfaces of data structures.
- Generic data structures such as linked lists classes, search tree and hash table classes, priority_queue, and disjoint sets class are rewritten to be much simpler and cleaner.
Table Of Contents
I. OBJECTS AND C++.
2. Objects and Classes.
3. Templates.
4. Inheritance.
5. Design Patterns.
II. ALGORITHMS AND BUILDING BLOCKS.
7. The Standard Template Library.
8. Recursion.
9. Sorting Algorithms.
10. Randomization.
III. APPLICATIONS.
12. Stacks and Compilers.
13. Utilities.
14. Simulation.
15. Graphs and Paths.
IV. IMPLEMENTATIONS.
17. Linked Lists.
18. Trees.
19. Binary Search Trees.
20. Hash Tables.
21. A Priority Queue: The Binary Heap.
V. ADVANCED DATA STRUCTURES.
23. Merging Priority Queues.
24. The Disjoint Set Class.
Appendix A: Miscellaneous C++ Details
Appendix B: Operators.
Appendix C: Some Library Routines.
Appendix D: Primitive Arrays in C++
Supplements
General Supplements
- Online Instructor's Manual
See "CS Supplement List" on PIRL for more information.
