Microsoft interview question

Reverse the characters in a string

Interview Answer

Anonymous

7 Nov 2014

I used C++ and pointers. Took like 5 minutes to jot down . Be ready to talk about the complexity and how to improve/ constraints of your solution.