Wednesday, June 14, 2017

Transform to Palindrome - week of code 33

June 14, 2017

Introduction


Problem statement is here. It is a medium level algorithm, it is related to subsequence, it is about palindrome, and it is also to find the longest possible palindromic subsequence.

Code preparation in the contest



June 15, 2017 10:05 pm

Here is the progress report of the algorithm:


Follow up after the contest



The code submitted in the contest is here.




1 comment:

  1. Hi,
    I'm trying to solve this problem. I don't know what is happening with my code. It solves the example test cases but fails in the others. I can't figure what I'm doing wrong.

    If only they provide the test cases I'd debug it... Do you have any test case?

    ReplyDelete