McqMate
Q. |
Longest palindromic subsequence is an example of |
A. | greedy algorithm |
B. | 2d dynamic programming |
C. | 1d dynamic programming |
D. | divide and conquer |
Answer» B. 2d dynamic programming | |
Explanation: longest palindromic subsequence is an example of 2d dynamic programming. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet