Data Structures Using C++

Data Structures Using C++
ISBN-10
1111784639
ISBN-13
9781111784638
Series
Data Structures Using C++
Category
Computers
Pages
976
Language
English
Published
2009-07-31
Publisher
Cengage Learning
Author
D. S. Malik

Description

Now in its second edition, D.S. Malik brings his proven approach to C++ programming to the CS2 course. 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). The text features abundant visual diagrams, examples, and extended Programming Examples, all of which serve to illuminate difficult concepts. Complete programming code and clear display of syntax, explanation, and example are used throughout the text, and each chapter concludes with a robust exercise set. Important Notice: Media content referenced within the product description or the product text may not be available in the ebook version.

Other editions

Similar books

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

  • Data Structures Using C++
    By Varsha H. Patil

    The book aims to provide a comprehensive coverage of all the topics related to data structures.

  • Data Structures with C++
    By William Ford, William R. Topp

    This text presents data structures as an integrated subject that includes the organization and management of data, program design and implementation, and a mastery of programming techniques. It emphasizes abstract...

  • Objects, Abstraction, Data Structures and Design: Using C++
    By Elliot B. Koffman, Paul A. T. Wolfgang

    This book emphasizes the three areas I want: advanced C++, data structures and the STL and is much stronger in these areas than other competing books.

  • Fundamentals of Data Structures in C++
    By Ellis Horowitz, Sartaj Sahni, Dinesh P. Mehta

    Fundamentals of Data Structures in C++

  • Data Structures Using C and C++
    By Yedidyah Langsam, Aaron M. Tenenbaum

    This introduction to the fundamentals of data structures explores abstract concepts, considers how those concepts are useful in problem solving, explains how the abstractions can be made...

  • DATA STRUCTURES IN C++
    By N. S. KUTTI, P. Y. PADHYE

    The book begins with an overview of C++, then it goes on to analyze the basic concepts of data structures, and finally focusses the reader's attention on abstract data structures.

  • Data Structures & Other Objects Using C++
    By Walter J. Savitch, Michael Main

    Where will you be ten years from now? How will a course in data structures help you? Perhaps you will be a software engineer writing large software in specialized areas...

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