Amazon interview question

Write a method that will find all permutations of a given string.

Interview Answer

Anonymous

30 Mar 2017

This is obviously a recursion question.

4