ZOLL Medical interview question

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

Interview Answer

Anonymous

Nov 13, 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.