Pergunta de entrevista da empresa Microsoft

- implement a function that reverts a string in local

Resposta da entrevista

Sigiloso

17 de out. de 2011

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