JavaScript is required for SkillDojo AI to work properly. Please enable JavaScript and refresh the page.
Coding Practice
Coding Challenge · INTERMEDIATE
Given a string containing characters that may repeat, write a function to return all unique permutations of the string. The permutations should be returned as a list of strings, sorted lexicographically.