๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Data Structures

โœ Scribed by N.K. Tiwari, Jitendra Agrawal, Shishir K. Shandilya


Publisher
I K International Publishing House
Year
2016
Tongue
English
Leaves
256
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Data structure is a way of organizing data in a computer memory so that it can be used efficiently. Data structures can implement one or more particular abstract data types (ADT), which are the means of specifying the nature of operations and their complexity. This book focuses on the design and analysis of basic data structures and their implementation and intends to provide a strong conceptual and empirical understanding of data structures. The contents of this book will help the students to understand that how the data structures are implemented and why these implementations are vital. The initial chapters deal with introductory part of the subject and the later chapters focus on advanced and difficult problems and algorithms. The book explains how data is organized in computer memory; how it operates; and why it is important. Appendixes provide further information on algorithms along with their programming solutions. Readers of this book need only to be familiar with the basic syntax of C/C++ and similar languages. This book will be useful for B.Tech/M.Tech Computer Science and Engineering, IT Engineering, BSc (IT)/MSc (IT), and BCA/MCA students. Contents: 1. INTRODUCTION 2. ARRAY 3. RECURSION 4. STACK 5. QUEUE 6. LIST 7. TREE 8. GRAPH THEORY 9. SORTING & SEARCHING 10. TABLES

โœฆ Subjects


Computer Science;AI & Machine Learning;Bioinformatics;Computer Simulation;Cybernetics;Human-Computer Interaction;Information Theory;Robotics;Systems Analysis & Design;Computers & Technology;Computer Science;Algorithms;Artificial Intelligence;Database Storage & Design;Graphics & Visualization;Networking;Object-Oriented Software Design;Operating Systems;Programming Languages;Software Design & Engineering;New, Used & Rental Textbooks;Specialty Boutique


๐Ÿ“œ SIMILAR VOLUMES


Data Structures.
โœ Koffman, Elliot B.; Wolfgang, Paul A. T. ๐Ÿ“‚ Library ๐Ÿ“… 2015 ๐Ÿ› Wiley ๐ŸŒ English
Data Structures
โœ E. Balagurusamy ๐Ÿ“‚ Library ๐Ÿ“… 2019 ๐Ÿ› McGraw-Hill Education ๐ŸŒ English
Data Structures
โœ Lipschutz, Seymour ๐Ÿ“‚ Library ๐Ÿ“… 2014 ๐Ÿ› McGraw Hill Education ๐ŸŒ English
Data Structures
โœ Evangel P. Quiwa ๐Ÿ“‚ Library ๐Ÿ“… 2007 ๐Ÿ› Electronics Hobbyists Publishing House ๐ŸŒ English
C & Data Structures
โœ P S Deshpande, O G Kakde ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐Ÿ› Charles River Media ๐ŸŒ English

Avoid this book like the plague. The authors did a decent job in presenting the ideas and concepts, BUT here's why I do not recommend this book: - Too Many Errors in the source code. I spent more time debugging the code than actually trying to learn about Data Structures in C. - Poorly Edited. It

Data Structures Demystified
โœ James Edward Keogh, Ken Davidson ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐Ÿ› McGraw-Hill/Osborne ๐ŸŒ English

Whether you are an entry-level or seasoned designer or programmer, learn all about data structures in this easy-to-understand, self-teaching guide that can be directly applied to any programming language. From memory and addresses to hashtables, authors Keogh and Davidson, provide clear explanations