MCQOPTIONS
Saved Bookmarks
| 1. |
What is the time complexity of the following 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. | O(2)View Answer |
| Answer» D. O(2)View Answer | |