Skip to content
Snippets Groups Projects
Verified Commit fc6540aa authored by orestis.malaspin's avatar orestis.malaspin
Browse files

typo

parent fd92f3e7
No related branches found
No related tags found
No related merge requests found
Pipeline #14845 passed
......@@ -412,7 +412,7 @@ int ppcm(int m, int n) {
## Généralisation
* Placer $N$ reines sur un échiquier de $N \times
N$ (92 solutions pour $N=8$).
N$ ($N=8$, 92 solutions).
- Exemple de **backtracking** (retour en arrière) $\Rightarrow$ récursivité.
![Problème des 8-reines. Source:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment