![[Book Cover]](../covergif/0130369977.gif)
|
Data Structures Using C and C++, 2/e
Yedidyah Langsam, Brooklyn College, City University of NY
Moshe J. Augenstein, Brooklyn College, City University of NY
Aaron M. Tenenbaum, Brooklyn College, City University of NY
Published December, 1995 by Prentice Hall Engineering/Science/Mathematics
Copyright 1996, 672 pp.
Cloth
ISBN 0-13-036997-7
$66.00
|
Sign up for future mailings on this subject.
See other books about:
Data Structures
|
This introduction to the fundamentals of data structures
explores abstract concepts, considers how those concepts are useful in problem
solving, explains how the abstractions can be made concrete by using
a programming language, and shows how to use the C language for advanced
programming and how to develop the advanced features of C++.
Covers the C++ language, featuring a wealth of tested and debugged working
programs in C and C++. Explains and analyzes algorithms showing step-
by-step solutions to real problems. Presents algorithms as intermediaries
between English language descriptions and C programs. Covers classes in C++,
including function members, inheritance and object orientation, an example of
implementing abstract data types in C++, as well as polymorphism.
1. Introduction to Data Structures.
2. The Stack.
3. Recursion.
4. Queues and Lists.
5. Trees.
6. Sorting.
7. Searching.
8. Graphs and Their Applications.
9. Storage Management.
Bibliography and References.
Index.
|