programming-problems

Regular programming problems and challenges

back

Problem 6: Permutations without Duplicates

Write a method to compute all permutations of a string, whose characters are not neccesarily unique. The list of permutations should not have duplicates.


back