avinash201199 / avinash201199/DSA-Questions
DP- Longest Increasing Subsequence
Open
hacktoberfest
- Dominant language
- C++
- Stars
- 88
- Forks
- 167
- PR merge metrics
- No merged PRs in 30d
Description
In this problem, we have to find the length of the longest subsequence of a given sequence such that all elements of the subsequence are sorted in increasing order.
Example:- Sequence- {8,100,150,10,12,14,110}
Length of longest subsequence- 5 // (8,10,12,14,110)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.