This repository contains the assignments, projects, and implementations of various data structures from a course on Data Structures in C. The course covers fundamental concepts such as pointers, queues, stacks, linked lists, and other essential data structures. This repository serves as a reference for the implementations and exercises we completed during the class.
- Pointers
- Queues
- Stacks
- Linked Lists (Singly and Doubly)
- Trees (Binary Trees, AVL Trees, etc.)
- Graphs
- Sorting Algorithms
- Searching Algorithms