C++ Plus Data Structures

C++ Plus Data Structures
ISBN-10
0763741582
ISBN-13
9780763741587
Series
C++ Plus Data Structures
Category
Computers
Pages
781
Language
English
Published
2007
Publisher
Jones & Bartlett Learning
Author
Nell B. Dale

Description

Data Structures & Theory of Computation

Other editions

Similar books

  • C++ Plus Data Structures, 4/E
    By Nell Dale

    Updated and reorganized, this edition provides intuitive explanations that clarify abstract concepts and approaches the study of data structures with emphasis on computer science theory and software engineering principles.

  • C++ Plus Data Structures
    By Nell B. Dale, Mark Headington

    This book is designed for a course in Data Structures where C++ is the programming language.

  • C++ Plus Data Structures
    By Nell B. Dale, David Teague

    Written by renowned author and educator Nell Dale, this text provides intuitive explanations that clarify abstract concepts, and approaches the study of data structures with emphasis on computer science theory and software engineering ...

  • Classic Data Structures in C++
    By Timothy Budd

    Engineering software. Creating software components. Algorithms: descriptions of behavior. Strings: an example ADT. Classification of collections. Vectors and component reuse. Inheritance: power through polymorphism. Lists: a dynamic data structure. Stacks...

  • Bu- C++ Plus Data Structures 4E/ C++ Data Struct Lab
    By Dale

    Bu- C++ Plus Data Structures 4E/ C++ Data Struct Lab

  • C++ Data Structures and Algorithms: Learn how to write efficient code to build scalable and robust applications in C++
    By Wisnu Anggoro

    This book will be your companion as it takes you through implementing classic data structures and algorithms to help you get up and running as a confident C++ programmer.

  • C++ Plus Data Structures 2/E
    By Dale

    C++ Plus Data Structures 2/E

  • 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 Using C++
    By D. S. Malik

    Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in C++ such as Linked Lists and the Standard Template Library (STL).

  • Object-oriented C++ Data Structures for Real Programmers
    By Jan L. Harrington

    The first part of the book introduces the various approaches, focusing on the purposes for which each is most suited.