Data Structures Course Contents

Textbook: Data Structures in C
by Adam Drozdek and Donald L. Simon

All Rights Reserved

Chapter 1. Program Design with C (PowerPoint file)

Chapter 2. Algorithm Design (PowerPoint file)

Chapter 4. Complexity Analysis (PowerPoint file)

Chapter 5. Dynamic Allocation (PowerPoint file)

Chapter 6. Stacks and Queues (PowerPoint file)

Chapter 7. Recursion (PowerPoint file)

Chapter 8. Binary Trees (Part 1-PowerPoint file) (Part 2-PowerPoint file)

Chapter 9. Multiway Trees

Chapter 10. Graphs (Part 1-PowerPoint file) (Part 2-PowerPoint file)

Chapter 11. Sorting (Part 1-PowerPoint file) (Part 2-PowerPoint file)

Chapter 12. Hashing