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.