Domanda di colloquio di ZOLL Medical

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

Risposta di colloquio

Anonimo

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.