This repository contains my implementations and practice code for C programming and Data Structures.
├── Variables and Data Types ├── Control Structures ├── Functions ├── Arrays and Pointers └── Structures and Unions
├── Arrays ├── Linked Lists ├── Stacks ├── Queues ├── Trees └── Graphs
To compile and run the C programs:
# Compile the program gcc program.c -o program # Run the executable ./program
. ├── c-basics/ # Basic C programming concepts ├── data-structures/# Data structure implementations └── README.md # Project documentation
Feel free to suggest improvements or report issues.
This project is open source and available under the MIT License.