Question d’entretien chez ZOLL Medical

Write a function in Java or C to sort an array of values.

Réponse à la question d'entretien

Utilisateur anonyme

13 nov. 2015

I wrote a selection sort in C, but I incorrectly assumed that the array would be all positive values so technically I got it wrong.