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

footnotes

parent 36cbe074
Branches
No related tags found
No related merge requests found
...@@ -665,7 +665,7 @@ graph TD; ...@@ -665,7 +665,7 @@ graph TD;
:::: column :::: column
1. Parcours **préfixe** (R, G D), 1. Parcours **préfixe** (R, G, D),
2. Parcours **infixe** (G, R, D), 2. Parcours **infixe** (G, R, D),
3. Parcours **postfixe** (G, D, R). 3. Parcours **postfixe** (G, D, R).
...@@ -850,7 +850,7 @@ parcours_infixe(arbre a) ...@@ -850,7 +850,7 @@ parcours_infixe(arbre a)
\footnotesize \footnotesize
* Les deux parcours sont des modifications **triviales**[^1] de l'algorithme * Les deux parcours sont des modifications **triviales**[^2] de l'algorithme
infixe. infixe.
## Le parcours postfixe ## Le parcours postfixe
...@@ -1137,4 +1137,4 @@ tree_t position(tree_t tree, key_t key) { ...@@ -1137,4 +1137,4 @@ tree_t position(tree_t tree, key_t key) {
} }
``` ```
[^1]: Copyright cours de mathématiques pendant trop d'années. [^2]: Copyright cours de mathématiques pendant trop d'années.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment