Departamento-de-Engenharia-Informatica / lei-24-s1-2nb-g321

0 stars 0 forks source link

Implement the median function. #125

Open Diogo1210527 opened 1 week ago

Diogo1210527 commented 1 week ago

This function should sort the array and outputs the median value in the me parameter. It should return 1 if it succeeds, 0 otherwise (if length is less or equal to zero).

Declare the function like this:

TomasSousa1110 commented 1 day ago

Já retorna o valor do local da mediana, mas não faz sort (~3 horas total)