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
Here is the progress report of the algorithm:
Hi,
ReplyDeleteI'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?