Vidyalelo
Data Structure · Q72

Dynamic Programming in Data Structures

Programming · Data Structure · question 72

Q72

The longest increasing subsequence problem is a problem to find the length of a subsequence from a sequence of array elements such that the subsequence is sorted in increasing order and it's length is maximum. This problem can be solved using . . . . . . . .

A.
Recursion
B.
Dynamic programming
C.
Brute force
D.
Recursion, Dynamic programming, Brute force
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board