This repository contains my solutions to LeetCode problems using C programming language.
The solutions include:
- String manipulation
- Mathematical computations
- Data structure implementations
- Algorithm practice
- And more...
# Compile any C file
gcc filename.c -o filename -lm
# Run the program
./filename
These exercises help me improve:
- C programming skills
- Understanding of algorithms
- Problem-solving abilities
- Memory management
- Efficient coding practices