Question d’entretien chez Bloomberg

Could you write an quick sort algorithm, you can use any language.

Réponses aux questions d'entretien

Utilisateur anonyme

27 juin 2010

Simply and straightforward.

Utilisateur anonyme

30 août 2010

for (i = 0; i a[j]) { temp = a[i]; a[i] = a[j]; a[j] = temp; } } }