1.

What is the time complexity of the above dynamic programming implementation to find the longest palindromic subsequence where the length of the string is n?

A. O(n)
B. O(1)
C. O(n2)
D. None of the mentioned
Answer» D. None of the mentioned


Discussion

No Comment Found