

MCQOPTIONS
Saved Bookmarks
1. |
What is the space 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 | |