SKILL
POSTERIOR
NAMES
Recursive Permutation Problem
1
PROBLEM TYPE
Single Choice
PROBLEM SUB-TYPE
Technical
REQUIREMENT
Write a recursive function for generating all permutations of an input string. Return them as a set.
PRIOR
SOLUTION