Data Structures and Program Design Using C++

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Data structures provide a means to managing large amounts of information such as large databases, using SEO effectively, and creating Internet/Web indexing services. This book is designed to present fundamentals of data structures for beginners using the C++ programming language in a friendly, self-teaching, format. Practical analogies using real world applications are integrated throughout the text to explain technical concepts. The book includes a variety of end-of-chapter practice exercises, e.g., programming, theoretical, and multiple-choice. Features: • Covers data structure fundamentals using C++ • Numerous tips, analogies, and practical applications enhance understanding of subjects under discussion • “Frequently Asked Questions” integrated throughout the text clarify and explain concepts • Includes a variety of end-of-chapter exercises, e.g., programming, theoretical, and multiple choice

Author(s): D. Malhotra, N. Malhotra
Publisher: Mercury Learning & Information
Year: 2019

Language: English
Pages: 546
Tags: c++20 c++17 c++

CONTENTS
PREFACE
ACKNOWLEDGMENTS
INTRODUCTION TO DATA STRUCTURES
INTRODUCTION TO THE C++ LANGUAGE
ARRAYS
LINKED LISTS
QUEUES
SEARCHING AND SORTING
STACKS
TREES
MULTI-WAY SEARCH TREES
HASHING
FILES
Appendix
index