Baidu interview question

Write a method to convert a given string to opposite order, for example, given "abc", then output should be "cba"

Interview Answer

Anonymous

3 Oct 2011

Could be found online, google it, the code is too long to put here