Question d’entretien chez Counterpoint Consulting

Given an array of n elements, write a code that sorts it backwards.

Réponse à la question d'entretien

Utilisateur anonyme

3 oct. 2018

Sorting an array by swapping first and last elements seems to please them as it is very efficient.