Question d’entretien chez Microsoft

- implement a function that reverts a string in local

Réponse à la question d'entretien

Utilisateur anonyme

17 oct. 2011

use a swapping operation and swap the first floor(n/2) elements with the last floor(n/2) elements.