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

typo

parent fd92f3e7
Branches
No related tags found
No related merge requests found
...@@ -412,7 +412,7 @@ int ppcm(int m, int n) { ...@@ -412,7 +412,7 @@ int ppcm(int m, int n) {
## Généralisation ## Généralisation
* Placer $N$ reines sur un échiquier de $N \times * 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é. - Exemple de **backtracking** (retour en arrière) $\Rightarrow$ récursivité.
![Problème des 8-reines. Source: ![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