Data Structures Through C - 4th Edition: Learn the fundamentals of Data Structures through C [Team-IRA]
โ Scribed by Yashavant Kanetkar
- Publisher
- BPB Publications
- Year
- 2022
- Tongue
- English
- Leaves
- 294
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Experience Data Structures C through animations
Key Features
โ Strengthens the foundations, as detailed explanation of concepts are given
โ Focuses on how to think logically to solve a problem
โ Algorithms used in the book are well explained and illustrated step by step.
โ Help students in understanding how data structures are implemented in programs.
Description
There are two major hurdles faced by anybody trying to learn Data Structures:Most books attempt to teach it using algorithms rather than complete working programs. A lot is left to the imagination of the reader, instead of explaining it in detail. This is a different Data Structures book. It uses a common language like C to teach Data Structures. Secondly, it goes far beyond merely explaining how Stacks, Queues, and Linked Lists work. The readers can actually experience (rather than imagine) sorting of an array, traversing of a doubly-linked list, construction of a binary tree, etc. through carefully crafted animations that depict these processes. All these animations are available on the downloadable DVD. In addition it contains numerous carefully-crafted figures, working programs and real world scenarios where different data structures are used. This would help you understand the complicated operations being performed and different data structures easily. Add to that the customary lucid style of Yashavant Kanetkar and you have a perfect Data Structures book in your hands.
What you will learn
โ Analysis of Algorithms, Arrays, Linked Lists, Sparse Matrices
โ Stacks, Queues, Trees, Graphs, Searching and Sorting
Who this book is for
Students, Programmers, researchers, and software developers who wish to learn the basics of Data structures.
Table of Contents
1. Analysis of Algorithms
2. Arrays
3. Linked Lists
4. Sparse Matrices
5. Stacks
6. Queues
7. Trees
8. Graphs
9. Searching and Sorting
โฆ Table of Contents
00.DSTC.Contents
01.DSTC.AnalysisOfAlgorithms
02.DSTC.Arrays
03.DSTC.LinkedLists
04.DSTC.SparseMatrices
05.DSTC.Stacks
06.DSTC.Queues
07.DSTC.Trees
08.DSTC.Graphs
09.DSTC.SearchingAndSorting
10.DSTC.Index
11.DSTC.HowToUseTheDownloadableDVD
Blank Page
Blank Page
๐ SIMILAR VOLUMES
"Data structures through C in Depth" presents the concepts of data structures in a very clear and understandable manner. It covers data structures syllabus of different undergraduate and post graduate courses and can be useful for both beginners and professional programmers. This book can be used by