Data Structures & Algorithm Analysis in C++

Data Structures & Algorithm Analysis in C++
ISBN-10
048648582X
ISBN-13
9780486485829
Category
Computers
Pages
626
Language
English
Published
2011-01-01
Publisher
Courier Corporation
Author
Clifford A. Shaffer

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.

Other editions

Similar books

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

    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.

  • 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...

  • 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 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 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...

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

    This Second Edition features integrated coverage of the Java Collections Library as well as a complete revision of lists, stacks, queues, and trees.

  • Data Structures and Algorithm Analysis
    By Mark Allen Weiss

    This revision of Weiss' best-seller provides a concise, complete and dynamic picture of many important data structures used in modern programming practice using Pascal. The new edition retains its focus...

  • Data Structure and Algorithms Using C++: A Practical Implementation
    By Sachi Nandan Mohanty, Pabitra Kumar Tripathy

    This book is intended to flow from the basic concepts of C++ to technicalities of the programming language, its approach and debugging.