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

Implement Palindrome Partitioning algorithm #1009

Closed
KomoderHell opened this issue Aug 13, 2020 · 1 comment · Fixed by #1319
Closed

Implement Palindrome Partitioning algorithm #1009

KomoderHell opened this issue Aug 13, 2020 · 1 comment · Fixed by #1319
Labels
enhancement New feature or request

Comments

@KomoderHell
Copy link
Contributor

Aim

To implement an algorithm that gives, the minimum no. of partitions you will have to do in a string, such that each resultant sub string will be a palindrome.

ex: for a given string S: "NITIK" we can do the partition as - N | ITI | K thus, output will be "2" (without quotes)

PS: I will be working on the implementation

@Ritikjain999
Copy link

Hey! I would like to work on this issue please assign it to me

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

Successfully merging a pull request may close this issue.

3 participants