Introduction to data structures and algorithms with C++

Bibliographic Information

Introduction to data structures and algorithms with C++

Glenn W. Rowe

Prentice Hall, 1997

Available at  / 2 libraries

Search this Book/Journal

Note

Includes index

Description and Table of Contents

Description

This book presents the fundamentals of data structures from an object oriented perspective. The text uses C++, whose classes and object oriented constructs are specifically designed to efficiently implement data structures. The opening chapters introduce the ideas behind OOP and C++ and once the principles are explained, the book develops to deal with data structures and algorithms fom an OO point of view. All the standard data structures are described, including stacks, queues, sets, linked lists, trees and graphs. In addition to the algorithms dealing with these data structures, searching and sorting algorithms are also studied. A non-mathematical approach is adopted for the study of algorithm efficiency. Rather than derive analytic expressions for the number of steps taken by various alorithms, programs are written which count the number of steps and draw graphs of these numbers as functions of the size of the data sets being processed. The Graphs are then transformed to obtain the orders of the algorithms.

Table of Contents

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.

by "Nielsen BookData"

Details

Page Top