Différences
Ci-dessous, les différences entre deux révisions de la page.
| tc_info:2020_cpp_3-2 [2020/09/30 13:37] – créée pprea | tc_info:2020_cpp_3-2 [2020/09/30 13:38] (Version actuelle) – pprea | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | def $maximum(T)$: | ||
| + | \\ | ||
| + | $\;\;\;\;$ if $T = [\,]$: | ||
| + | \\ | ||
| + | $\; | ||
| + | \\ | ||
| + | return $\max (T[0], maximum(T[1: | ||