Workday Interview Question

How can you reverse a string without dynamic memory allocation or temporary variables (aside from indexer).

Interview Answer

Anonymous

Jan 22, 2017

If you could use ANY language you want, you can do this easily with ruby. "myString".reverse