Data Structures and Algorithms in C++ 2nd Edition – Digital Instant Dowload.
Product details:
- ISBN-10 : 0470383275
- ISBN-13 : 978-0470383278
- Author:
This second edition of Data Structures and Algorithms in C++ is designed to provide an introduction to data structures and algorithms, including their design, analysis, and implementation. The authors offer an introduction to object-oriented design with C++ and design patterns, including the use of class inheritance and generic programming through class and function templates, and retain a consistent object-oriented viewpoint throughout the book.
This is a “sister” book to Goodrich & Tamassia’s Data Structures and Algorithms in Java, but uses C++ as the basis language instead of Java. This C++ version retains the same pedagogical approach and general structure as the Java version so schools that teach data structures in both C++ and Java can share the same core syllabus.
Table contents:
1 A C++ Primer 1
2 Object-Oriented Design 65
3 Arrays, Linked Lists, and Recursion 103
4 Analysis Tools 153
5 Stacks, Queues, and Deques 193
6 List and Iterator ADTs 227
7 Trees 267
8 Heaps and Priority Queues 321
9 Hash Tables, Maps, and Skip Lists 367
10 Search Trees 423
11 Sorting, Sets, and Selection 499
12 Strings and Dynamic Programming 553
13 Graph Algorithms 593
14 Memory Management and B-Trees 665