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

typo

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