Amazon interview question

implement string reversal , what are different ways you can do that

Interview Answer

Anonymous

3 Feb 2017

If you are using ruby you can do it like this. string.reverse

1