Skip to content

Implement Palindrome Partitioning algorithm #1009

@KomoderHell

Description

@KomoderHell

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions