avinash201199 / avinash201199/DSA-Questions

DP- Longest Increasing Subsequence

Open
#378 1 comment 0 reactions 1 assignee Claimed by @aditya-11-19 View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.