1. Follows data structure development from its theoretical conception to its
concrete realization.
2. Offers several alternative implementations of data structures and discusses trade-offs involved in choosing a particular approach.
3. Contains numerous debugged programming examples.
4. Emphasizes structured design and programming techniques.
Width
172
Height
235
Depth
20
Weight
0.89
Title
Data Structures Using C
Publication Year
2019 8
Table of Contents
1. Introduction to Data Structures
2. The Stack
3. Recursion
4. Queues and Lists
5. Trees
6. Sorting
7. Searching
8. Graphs and their Applications
9. Storage Management