Amazon Interview Question

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

Interview Answer

Anonymous

Feb 3, 2017

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

1