Pregunta de entrevista de Microsoft

- implement a function that reverts a string in local

Respuesta de la entrevista

Anónimo

17 de oct de 2011

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