dsc-gtbit / HacktoberFest-20-GTBIT-Competitive

2 stars 26 forks source link

You are given a string. You need to partition that string such that each substrings after partitioning would be palindromic string. You have to do this work with minimum number of partitioning. #9

Closed aastha-b closed 3 years ago

aastha-b commented 3 years ago

Try optimizing the code using dynamic programming

Delkhaz commented 3 years ago

Hi @aastha-b, can i work on this ?

aditsawant commented 3 years ago

Hey @aastha-b, I can solve this problem in C++. Please assign it to me.