Data Structure Using C by Dr. Prabhakar Gupta, Vineet Agarwal, Manish Varshney
Book Summary:
Efficiency of the program plays very important role in Computer Science. Efficient program can handle a large amount of data. Data structure plays a very important role in the efficiency of Computer Program. Also it is very important to decide which data structure must be used to store data items before writing the program. The objective of this book is to explain the fundamentals of the data structures that are available and to explain the different operations that can be applied on data structure. The study of data structure gives an idea for the selection of data structure in programming.
Audience of the Book :
This book Useful for Computer Science Students.
Table of Contents:
1. Introduction
2. Arrays
3. Stacks
4. Recursion
5. Queues
6. Linked List
7. Tree
8. Searching
9. Sorting
10. Binary Search Tree
11. Graph
12. Files
13. Index