MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following methods can be used to solve the longest palindromic subsequence problem? |
| A. | Dynamic programming |
| B. | Recursion |
| C. | Brute force |
| D. | All of the mentioned |
| Answer» E. | |