Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The test cases for palindrome look not right. e.g. "act atac" is not palindrome #1

Open
wants to merge 11 commits into
base: practice
Choose a base branch
from

Conversation

thomasq0
Copy link

@thomasq0 thomasq0 commented Jan 10, 2019

The test cases for palindrome look not right. e.g. "act atac" is not palindrome. "act atca" is.

@dmoini
Copy link

dmoini commented Jul 12, 2019

@thomasq0 The palindrome permutation question looks at if a given string produces a palindrome from one of its permutations. While "act atac" is not a palindrome, its permutation "act atca" is a palindrome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants