|
|
Mark Allen Weiss
ISBN: 9780201612509
Format: Hardback
Publisher:Pearson Education (US)
Edition: 2 Revised ed of US ed
View new edition
Write a review
This text provides explanations both of problem solving and algorithms using C++. The book's theoretical perspective emphasizes software engineering and object-oriented programming. Features fro rhe second edition include a new chapter on patterns and a simplified STL implementation.
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).
| ISBN | 020161250X | | DEWEY edition | DC21 | | ISBN13 | 9780201612509 (What's this?) | | Pages | 879 | | Publisher | Pearson Education (US) | | Volumes | 1 | | Imprint | Addison-Wesley Educational Publishers Inc | | Weight (grammes) | 1623 | | Format | Hardback | | Published in | New Jersey | | Publication date | 23 Nov 1999 | | Height (mm) | 248 | | Non-book description | International edition available ISBN 0321205006 | | Width (mm) | 203 | | Library of Congress | 99-47375 | | Spine width (mm) | 43 | | DEWEY | 005.133 | | Academic level | Tertiary education |
|
| |
| Pt. I | | Objects and C++ | | | | Ch. 1 | | Arrays, Pointers, and Structures | | 3 | | Ch. 2 | | Objects and Classes | | 41 | | Ch. 3 | | Templates | | 97 | | Ch. 4 | | Inheritance | | 119 | | Ch. 5 | | Design Patterns | | 155 | | Pt. II | | Algorithms and Building Blocks | | | | Ch. 6 | | Algorithm Analysis | | 193 | | Ch. 7 | | The Standard Template Library | | 231 | | Ch. 8 | | Recursion | | 265 | | Ch. 9 | | Sorting Algorithms | | 321 | | Ch. 10 | | Randomization | | 365 | | Pt. III | | Applications | | | | Ch. 11 | | Fun and Games | | 389 | | Ch. 12 | | Stacks and Compilers | | 409 | | Ch. 13 | | Utilities | | 439 | | Ch. 14 | | Simulation | | 471 | | Ch. 15 | | Graphs and Paths | | 489 | | Pt. IV | | Implementations | | | | Ch. 16 | | Stacks and Queues | | 537 | | Ch. 17 | | Linked Lists | | 565 | | Ch. 18 | | Trees | | 605 | | Ch. 19 | | Binary Search Trees | | 641 | | Ch. 20 | | Hash Tables | | 725 | | Ch. 21 | | A Priority Queue: The Binary Heap | | 755 | | Pt. V | | Advanced Data Structures | | | | Ch. 22 | | Splay Trees | | 795 | | Ch. 23 | | Merging Priority Queues | | 823 | | | More... | | |
|
|
|
|
|