Skip to content

Within this collection, you'll discover my C++ implementations for a variety of CodinGame challenges. Each specific problem is neatly arranged in its own directory for easy navigation.

License

Notifications You must be signed in to change notification settings

ThePhoenix77/CodinGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodinGame Solutions Repository

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++.

Table of Contents

Getting Started

  1. 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.

Directory Structure

Easy/ PuzzleName/

  solution in C++
  /////////////////
  problem to solve

Medium/

... (similar structure as Easy)

Hard/

... (similar structure as Easy)

How to Use

Compile and run the solution in your C++ compiler.

g++ solution.cpp -o main

Contributing

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.

License

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.

CodinGame Profile

Feel free to check out my CodinGame profile to see more of my solutions and achievements:

CodinGame Profile - tn_ix [tboussad]

About

Within this collection, you'll discover my C++ implementations for a variety of CodinGame challenges. Each specific problem is neatly arranged in its own directory for easy navigation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published