Data Structures and Algorithm Analysis in C+

Data Structures and Algorithm Analysis in C+
ISBN-10
0321189965
ISBN-13
9780321189967
Category
C++ (Computer program language).
Pages
588
Language
English
Published
2003
Author
Mark Allen Weiss

Description

In this second edition of his successful book, experienced teacher and author Mark Allen Weiss continues to refine and enhance his innovative approach to algorithms and data structures. Written for the advanced data structures course, this text highlights theoretical topics such as abstract data types and the efficiency of algorithms, as well as performance and running time. Before covering algorithms and data structures, the author provides a brief introduction to C++ for programmers unfamiliar with the language. Dr Weiss's clear writing style, logical organization of topics, and extensive use of figures and examples to demonstrate the successive stages of an algorithm make this an accessible, valuable text. New to this Edition *An appendix on the Standard Template Library (STL) *C++ code, tested on multiple platforms, that conforms to the ANSI ISO final draft standard 0201361221B04062001

Similar books

  • Data Structures and Algorithm Analysis in C++
    By Mark Allen Weiss

    This book explains topics from binary heaps to sorting to NP-completeness, and dedicates a full chapter to amortized analysis and advanced data structures and their implementation.

  • Data Structures and Algorithm Analysis in C++, Third Edition
    By Clifford A. Shaffer

    Comprehensive treatment focuses on creation of efficient data structures and algorithms and selection or design of data structure best suited to specific problems. This edition uses C++ as the programming language.

  • Data Structures and Algorithm Analysis in C++
    By Weiß, Weiss Mark Allen

    The C++ language is brought up-to-date and simplified, and the Standard Template Library is now fully incorporated throughout the text. Data Structures and Algorithm Analysis in C++ is logically organized...

  • Data Structures and Algorithm Analysis in C
    By Mark Allen Weiss

    In this second edition of his best-selling book, Data Structures and Algorithm Analysis in C, Mark Allen Weiss, continues to refine and enhance his innovative approach to algorithms and data structures.

  • Data Structures and Algorithms in C++
    By Michael T. Goodrich, Roberto Tamassia, David M. Mount

    ... int>("Rob", 28)); // insert (“Rob”,28) myMap["Joe"] = 38; // insert(“Joe”,38) myMap["Joe"] 50; // change to (“Joe”,50) myMap["Sue"] = 75; // insert(“Sue”,75) p = myMap.find("Joe"); // *p = (“Joe”,50) myMap.erase(p); ...

  • Data Structures and Algorithm Analysis in Java
    By Mark Allen Weiss

    This text provides a proven approach to algorithms and data structures using the Java programming languages as the implementation tool.

  • A Practical Introduction to Data Structures and Algorithm Analysis
    By Clifford A. Shaffer

    In this eagerly anticipated revision, Clifford A. Shaffer provides a thorough and comprehensive treatment of fundamental data structures and the principles of algorithm analysis. The author focuses on teaching students...

  • Data Structures and Algorithms in C++
    By Adam Drozdek

    This edition provides critical new coverage of treaps, k-d trees and k-d B-trees, generational garbage collection, and other advanced topics such as sorting methods and a new hashing technique.

  • Data Structures and Algorithm Analysis in C++
    By Mark Allen Weiss

    Data Structures and Algorithm Analysis in C++

  • Data Structures and Algorithm Analysis in C++, International Edition
    By Mark A. Weiss

    This book explains topics from binary heaps to sorting to NP-completeness, and dedicates a full chapter to amortized analysis and advanced data structures and their implementation.