Vidyalelo
Data Structure · Q121

Dynamic Programming in Data Structures

Programming · Data Structure · question 121

Q121

Find the length of the longest increasing subsequence for the given sequence: -10, 24, -9, 35, -21, 55, -41, 76, 84

A.
5
B.
4
C.
3
D.
6
Answer

Answer: Option D

Solution

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