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

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Solution Manual for Data Structures and

Problem Solving Using C++ 2/E Mark A.


Weiss

Full download 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