Logo

Data Structures and Algorithm Analysis in C++

Large book cover: Data Structures and Algorithm Analysis in C++

Data Structures and Algorithm Analysis in C++
by

Publisher: Dover Publications
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.

Home page url

Download or read it online for free here:
Download link
(2.6MB, PDF)

Similar books

Book cover: The Ultimate Question of Programming, Refactoring, and EverythingThe Ultimate Question of Programming, Refactoring, and Everything
by
In this article you will find 42 recommendations about coding in C++ that can help a programmer avoid a lot of errors, save time and effort. Every recommendation is given with a practical example, which proves the currentness of this question.
(7041 views)
Book cover: C++ AnnotationsC++ Annotations
by - University of Groningen
The book for knowledgeable users of C who would like to make the transition to C++. It is the main textbook for C++ programming courses at the University of Groningen. The text does not cover C++'s basic grammar, which is equal to C's grammar.
(19992 views)
Book cover: Optimizing C ++Optimizing C ++
by - Prentice Hall PTR
The book provides C++ programmers with a practical approach to code optimization. The text consists of case studies of database problems with various searching and compression algorithms, the source code, and explanation of the solutions.
(19483 views)
Book cover: Debugging C and C++ code in a Unix environmentDebugging C and C++ code in a Unix environment
by - OOPWeb.com
This document describes several techniques and tools for debugging code in C-like languages in a Unix environment. We will also discuss some good coding practices that will diminish the occurrence of certain types of bugs.
(23066 views)