In the second edition of his bestselling book, Data Structures and Algorithm Analysis, Mark Allen Weiss continues to refine and enhance his innovative approach to algorithms and data stuuctures. Using a Pascal implementation, he highlights concptual topics, focusing on ADTs and the analysis of slgorithms for efficiency as well as performance and running time. Dr. Weiss also distinguishes Data Structures and Algorithm Analysis with the extensive use of figures and examples showing the successive stages of an algorithm, his engaging witing style, and logical organization of topics.
1. Introduction
2. Alogrithm Analysis
3. Lists, Stacks, and Queues
4. Trees
5. Hashing
6. Priority Qeeues (Heaps)
7. Sorting
8. The Disjoint Set
9. Graph Algorithms
10. Alorithm Desing Techniques
etc.