Skip to content

problem-solving/permuation-palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

permuation-palindrome

Find if any permutation of an input string is a palindrome.

What is a permutation

A permutation is an ordering of a set of items.

Example: all permutations of 'cat':

cat
act
cta
atc
tca
tac

Not to be confused with a combination, which is an unordered set or subset.

What is a palindrome

A palindrome is a string that's the same when read forward and backward.

Examples:

alula
devoved
mom

About

Find if any permutation of an input string is a palindrome.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published