Skip to content

Object-Oriented Data Structures

Best in textbook rentals since 2012!

ISBN-10: 0387941940

ISBN-13: 9780387941943

Edition: 1994

Authors: Saumyendra Senguta, Carl P. Korobkin

List price: $99.00
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

This book provides a broad coverage of fundamental and advanced concepts of data structures and algorithms. Its aim is to provide readers with a modern synthesis of concepts with examples of applications that find practical use. Throughout, C++ is used to illustrate the construction and use of abstract data types and to demonstrate object-oriented implementations. As a result, it will make a superb textbook for students taking courses in data structures and software engineering as well as for software professionals. Readers are assumed to have a basic working familiaritiy with C and C++, but is otherwise self-contained.
Customers also bought

Book details

List price: $99.00
Copyright year: 1994
Publisher: Springer New York
Publication date: 3/11/1994
Binding: Mixed Media
Pages: 708
Size: 6.36" wide x 9.54" long x 1.60" tall
Weight: 2.552

Preface
Concepts of Function-Oriented and Object-Oriented Data Structures
Pointers, Structures, Classes, Functions, Overloaded Functions, and Overloaded Operators in C++
Arrays and Strings
Recursion
Lists
Stacks and Queues
Sorting and Searching
Trees and Tries
Multidimensional Search Trees and Search Tries
Graphs and Digraphs
An Object-Oriented Database with B-Trees
Applications in Image Processing, Computer Graphics, and Computer-Aided Design
A C++ Fundamentals
B Assorted Library Functions for Handling Strings
C Example Databases
References
Index