Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

permutation-string

Write a recursive function for generating all permutations of an input string and returns them as a set.

Don't worry about time or space complexity, if we wanted efficiency we'd write an iterative version.

Your function can have loops, it just needs to also be recursive.

About

Find all permutations of a string

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors