Introduction to data structures and algorithms with C++ /
Glenn W. Rowe.
- Hemel Hempstead, Hertfordshire : Prentice Hall Europe, c1997
- xiv, 370 pages : illustrations ; 24 cm.
Includes index.
1. Object Oriented Programming.2. Classes and Objects.3. The Elements of C++.4. Constructors and Deconstructors.5. Functions and Operator Overloading.6. Inheritance.7. Stacks and Queues.8. Templates.9. Sets.10. Linked Lists.11. Searching Algorithms.12. Sorting Algorithms.13. Tables and Hashing Trees Graphs.
A complete introduction to the topic of data structures and algorithms, approached from an object-oriented perspective, using C++. All data structures are described, including stacks, queues, sets, linked lists, trees and graphs. Searching and sorting algorithms are also studied.