Join Books.org — it's free

Data Structures and Algorithm Analysis in C++ by Mark Allen Weiss β€” book cover
Computers & the Internet, Database Management

Data Structures and Algorithm Analysis in C++

by Mark Allen Weiss
Write a review
Log in to track your reading progress.

Synopsis

In this text, readers are able to look at specific problems and see how careful implementations can reduce the time constraint for large amounts of data from several years to less than a second.

Class templates are used to describe generic data structures and first-class versions of vector and string classes are used. Included is an appendix on a Standard Template Library (STL).

This text is for readers who want to learn good programming and algorithm analysis skills simultaneously so that they can develop such programs with the maximum amount of efficiency. Readers should have some knowledge of intermediate programming, including topics as object-based programming and recursion, and some background in discrete math.

Booknews

Written for the advanced data structures course, this textbook highlights theoretical topics such as abstract data types and the efficiency of algorithms and data structures, as well as performance and running time. The second edition adds an appendix on the Standard Template Library (STL), and C++ code that conforms to the ANSI ISO final draft standard. Annotation c. by Book News, Inc., Portland, Or.

Reviews

There are no reviews yet. Log in to write one.

Book Details

Published
February 1, 2006
Publisher
Addison Wesley
Format
Hardcover
ISBN
9780321441461

More by Mark Allen Weiss

Similar books