Vous ne comprenez pas l'anglais ? Regardez le LISEZ-MOI français !
This repository contains corrections for exercises from France-IOI using various programming languages.
The goal of this project is to share functional and commented solutions for France-IOI problems to help other learners understand concepts and enhance their programming skills.
niveau-XX/
: Directories for each level of exercises.exercice-YY/
: Directories for each individual exercise.n-question
: Directories for each individual question.C/
: Directories for solutions in the C language.main.c
: C language solution.explanation.md
: A detailed explanation of the solution.
Cpp/
: Directories for solutions in the C++ language.main.cpp
: C++ language solution.explanation.md
: A detailed explanation of the solution.
Pascal/
: Directories for solutions in the Pascal language.main.pas
: Pascal language solution.explanation.md
: A detailed explanation of the solution.
OCaml/
: Directories for solutions in the OCaml language.main.ml
: OCaml language solution.explanation.md
: A detailed explanation of the solution.
Java/
: Directories for solutions in the Java language.main.java
: Java language solution.explanation.md
: A detailed explanation of the solution.
JavaScool/
: Directories for solutions in the JavaScool language.main.java
: JavaScool language solution.explanation.md
: A detailed explanation of the solution.
Python/
: Directories for solutions in the Python language.main.py
: Python language solution.explanation.md
: A detailed explanation of the solution.
The provided solutions are intended for educational purposes and to assist learners in understanding problem-solving. It is highly recommended that you attempt to solve the exercises on your own before consulting the solutions.
This project is under the Apache 2.0 license - see the LICENSE file for more details.