Print This Page
Data Structure Simplified:Implementation Using C++
Authors:   Jitendra Singh

ISBN: 978-81-8487-625-3 
Publication Year:   2018
Pages:   368
Binding:   Paper Back


About the book

DATA STRUCTURE SIMPLIFIED: Implementation Using C++ is written for the students of undergraduate such as B.Tech (CS,IT), B.Sc (H) computer science, and master’s level aiming to learn data structure in self-learning mode. This book will be equally beneficial for professionals intending to master the data structure theory and programming. Special focus has been laid on fundamental building and developing the program line by line. Therefore, enough diagrams have been included to depict the program development. Ease of language can benefit the students in learning and mastering several topics that include stack, queue, link list etc. Programs included are well tested for the accuracy in Turboc compiler. The focus is not only on function development but also methods to call them. The chapters and with the case studies that gives enough understanding of where and how to use the topic learned. This book will serve the purpose of teaching data structure to readers.


Key Features

  • • Use of simple language for coding. • Major focus on link list, tree, stack, and queue. • Special emphasis on recursion. • In majority of the cases, both recursive and non-recursive functions have been used for single operation. • Object oriented approach using C++ to code the program. • Each chapter is followed by case study. • Inclusion of exercise at the end of the chapters to enable readers to evaluate themselves.



Table of content

Preface / Acknowledgement / Basic Concepts / Arrays and Pointers / Link List / Double Link List / Stack / Queue / Tree / Advance Tree / Multi Way Tree / Searching and Sorting / String / Hashing / Elementary Graphs / Recursion / Appendix / Template / References and bibliography / Index.




Audience
Under-Postgraduate Students, Professionals and Researchers