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

typo

parent 2f28ecbc
Branches
Tags
No related merge requests found
...@@ -411,7 +411,7 @@ int ppcm(int m, int n) { ...@@ -411,7 +411,7 @@ int ppcm(int m, int n) {
## Généralisation ## 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$). N$ (92 solutions pour $N=8$).
- Exemple de **backtracking** (retour en arrière) $\Rightarrow$ récursivité. - 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