Skip to content

problem-solving/permutation-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published