Data Structures and Algorithm Analysis in C++
by Clifford A. Shaffer
Publisher: Dover Publications 2012
ISBN/ASIN: 048648582X
ISBN-13: 9780486485829
Number of pages: 613
Description:
A comprehensive treatment focusing on the creation of efficient data structures and algorithms, this text explains how to select or design the data structure best suited to specific problems. It uses C++ as the programming language and is suitable for second-year data structure courses and computer science courses in algorithmic analysis.
Download or read it online for free here:
Download link
(2.6MB, PDF)
Similar books
![Book cover: Financial Numerical Recipes in C++](images/blank.gif)
by Bernt Arne Ødegaard
Useful examples and algorithms for people working within the field of finance. Typical examples are option/derivatives pricing, term structure calculations, mean variance analysis. The author made C++ subroutines that implements common algorithms.
(27211 views)
![Book cover: An Introduction to GCC](images/1315.jpg)
by Brian J. Gough, Richard M. Stallman - Network Theory Ltd
This manual provides a complete introduction to the GNU C and C++ compilers, common problems and encountered error messages, with numerous easy examples. The text covers compiling using headers and libraries, preprocessor, linking, and more.
(30772 views)
![Book cover: Parallel Programming with Microsoft Visual C++](images/5737.jpg)
by Colin Campbell, Ade Miller - Microsoft Press
This guide introduces you to the most frequently used patterns of parallel programming and provides executable code samples for them, using PPL. When thinking about where to begin, a good place to start is to review the patterns in this book.
(17542 views)
![Book cover: No Bugs!: Delivering Error-Free Code in C and C++](images/3226.jpg)
by David Thielen - Addison-Wesley
The book offers a revolutionary approach to software development by showing how to write error-free code from the start. Presented are techniques to stop many kinds of bugs from being included in a program. It also discusses how to test programs.
(28511 views)