Microsoft interview question

Reverse words in a String

Interview Answers

Anonymous

Feb 5, 2011

You have reverse the string and then reverse each word

Anonymous

Nov 5, 2015

Another approach is to tokenize the string on the basis of space and then reverse each word