Let us say we have a string and we want to permutate through its letter . So for example
- if the string is empty it will return an empty list
- if it contains only one characters it must return a
Let us say we have a string and we want to permutate through its letter . So for example