This repository contains a variety of C programs written during my learning journey in programming and data structures.
It includes a mix of:
- Basic programs
- Sorting and searching algorithms
- Data structures (Stacks, Queues, Linked Lists)
- Number theory and math-related programs
- Menu-driven and miscellaneous logic-based problems
All files are written in C and organized in the root directory for easy access.
You can:
- Clone or download this repo
- Compile the
.cfiles using a C compiler (e.g., GCC) - Run them in your local terminal or IDE
These are practice programs for educational purposes only. File names may not follow strict naming conventions.
To compile and run any file:
gcc filename.c -o output
./output