MCQOPTIONS
Saved Bookmarks
| 1. |
What is the time complexity of the brute force algorithm used to find the length of the longest palindromic subsequence? |
| A. | o(1) |
| B. | o(2n) |
| C. | o(n) |
| D. | o(n2) |
| Answer» C. o(n) | |