Domanda di colloquio di Microsoft

- implement a function that reverts a string in local

Risposta di colloquio

Anonimo

17 ott 2011

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