Data structures & algorithm analysis in C++

Bibliographic Details
Main Author: Weiss, Mark Allen (Author)
Format: Book
Language:English
Published: Redwood City, California : Pearson Addison Wesley , c2006
Edition:3th ed
Subjects:
Table of Contents:
  • 1. Introduction
  • 2. Algorithm analysis
  • 3. Lists, stacks and queues
  • 4. Trees
  • 5. Hashing
  • 6. Priority queues (heaps)
  • 7. Sorting
  • 8. The disjoint set class
  • 9. Graph algorithms
  • 10. Algorithm design techniques
  • 11. Amortized analysis
  • 12. Advanced data structures and implementation