Frage im Vorstellungsgespräch bei Bloomberg

Reverse a string.

Antworten zu Vorstellungsgespräch

Anonym

23. Jan. 2015

string reverseString(string str){ int front = 0; int back = str.size( ); while(front > end){ char temp = str[front]; str[front] = str[back]; str[back] = temp; ++front; --back; } }

Anonym

27. Feb. 2013

How long did it take for them to respond that you were rejected?