string_algorithms/string_permutations library

Functions

stringPermutations(String s) List<String>
Generate All Permutations of a String: Returns a list of all unique permutations.