This repository contains the C piscine exercises, an intensive C programming training program.
The project is organized into 11 days of exercises:
This repository contains solutions and exercises completed during the C piscine. The piscine is an intensive training program that teaches the fundamentals of C programming, including:
- C language fundamentals
- Memory management
- Data structures
- Basic algorithms
- Compilation and debugging
- C (96.6%)
- Shell (2.2%)
- Makefile (1.2%)
Make sure you have the following installed:
gccor any C compilermake
- Clone the repository:
git clone https://github.com/LucasMarsala/Piscine_C.git- Navigate to the desired directory:
cd Piscine_C/CpooldayXXFor more information about the C piscine, please refer to the official documentation.
⭐ Don't forget to star this repository if you found it useful!