Microsoft Interview Question

Reverse the characters in a string

Interview Answer

Anonymous

Nov 7, 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.