by Yashavant Kanetkar
Best way to learn Data Structures is to create programs that implement different data structures. Once you decide to write any program you would find that there are always at least two ways to write it. So you need to find out whether you have chosen the best way to implement your program. That’s where you would find this book useful. It contains solutions to all the exercise present in Data Structures Through C Second Edition. I would recommend that you learn Data Structures from the book Data Structures Through C, write programs for the problems given in the exercises and then cross check your answers with the solutions given in this book. I am sure you would appreciate this learning path like the lacs of students and professionals have in the past decade.
Table Of Contents
- Analysis of Algorithms
- Arrays
- Strings
- Linked Lists
- Sparse Matrices
|
- Stacks
- Queues
- Trees
- Searching and Sorting
- Graphs
|
|