GDG-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 4 years ago

Try optimizing the code using dynamic programming

Delkhaz commented 4 years ago

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

aditsawant commented 4 years ago

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