T est un tableau de n nombres
maximum ←−∞ for i←0 to n−1: if maximum<T[i]: maximum←T[i] return maximum