tc_info:2020_cpp_3-1

$T$ est un tableau de $n$ nombres

$maximum$ $\gets -\infty$
for $i\gets 0$ to $n-1$:
$\;\;\;\;$ if $maximum < T[i]$:
$\;\;\;\;$ $\;\;\;\;$ $maximum \gets T[i]$
return $maximum$

  • tc_info/2020_cpp_3-1.txt
  • Dernière modification : 2020/09/30 13:32
  • de pprea