This repository contains my solutions to various puzzles on CodinGame. The puzzles are categorized into Easy, Medium, and Hard difficulty levels. All solutions are implemented in C++.
-
Clone the repository to your local machine:
git clone https://github.com/ThePhoenix77/CodinGame.git
Navigate to the specific difficulty level:
cd CodinGame/Easy
or
cd CodinGame/Medium
or
cd CodinGame/Hard
Open the solution file (e.g., solution.cpp) in your preferred C++ development environment.
Easy/ PuzzleName/
solution in C++
/////////////////
problem to solve
Medium/
... (similar structure as Easy)
Hard/
... (similar structure as Easy)
Compile and run the solution in your C++ compiler.
g++ solution.cpp -o main
If you would like to contribute or improve existing solutions, please follow these steps:
Fork the repository.
Create a new branch for your changes.
git checkout -b feature/your-feature
Make your modifications and commit changes.
git commit -m "Add/Update feature"
Push your changes to your forked repository.
git push origin feature/your-feature
Open a pull request with a detailed description of your changes.
This repository is licensed under the MIT License.
This template reflects the structure of Easy, Medium, and Hard difficulty levels within your repository. Feel free to adjust it further based on your specific needs.
Feel free to check out my CodinGame profile to see more of my solutions and achievements: