100% found this document useful (51 votes)
142 views

Solution Manual For Data Structures and Problem Solving Using C 2 e Mark A Weiss

The document outlines the table of contents for a textbook on data structures and problem solving using C++. It covers topics like objects and classes, algorithms, applications, implementations, and advanced data structures across 5 sections and 4 appendices.

Uploaded by

Lisette Kramer
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (51 votes)
142 views

Solution Manual For Data Structures and Problem Solving Using C 2 e Mark A Weiss

The document outlines the table of contents for a textbook on data structures and problem solving using C++. It covers topics like objects and classes, algorithms, applications, implementations, and advanced data structures across 5 sections and 4 appendices.

Uploaded by

Lisette Kramer
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Data Structures and Problem Solving Using C++ 2/E

Mark A. Weiss

Full chapter at: https://testbankbell.com/product/solution-manual-for-data-


structures-and-problem-solving-using-c-2-e-mark-a-weiss/

Table of Contents

I. OBJECTS AND C++.

1. Arrays, Pointers, and Structures.

2. Objects and Classes.

3. Templates.

4. Inheritance.

5. Design Patterns.

II. ALGORITHMS AND BUILDING BLOCKS.

6. Algorithm Analysis.

7. The Standard Template Library.


8. Recursion.

9. Sorting Algorithms.

10. Randomization.

III. APPLICATIONS.

11. Fun and Games.

12. Stacks and Compilers.

13. Utilities.

14. Simulation.

15. Graphs and Paths.

IV. IMPLEMENTATIONS.

16. Stacks and Queues.

17. Linked Lists.

18. Trees.

19. Binary Search Trees.


20. Hash Tables.

21. A Priority Queue: The Binary Heap.

V. ADVANCED DATA STRUCTURES.

22. Splay Trees.

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++

You might also like