This repository contains basic data structure examples implemented using the C programming language.
- Arrays and matrices
- Linked lists (singly, doubly, circular)
- Stack and expression conversions
- Tree structures (binary tree)
- Graphs (DFS, BFS, connectivity analysis)
- Heap (min-heap / max-heap)
Each folder includes:
- C source code
- Diagrams explaining the data structure