function_1
Deux boucles = O(n*m)
function_2
While qui parcours le tableau = O(n)
function_3
Un seul process d'information = O(1)
exercice_3.py