🚀 Feature Request: Longest Increasing Subsequence (LIS) Algorithm #700
Labels
enhancement
New feature or request
gssoc-ext
Contributions made as part of GirlScript Summer of Code Extended Edition.
hacktoberfest-accepted
PRs accepted for Hacktoberfest 2024. Ensures contributions are counted towards the official Hackt...
level1
GirlScript Summer of Code | Contributor's Levels
Is your feature request related to a problem? Please describe.
I am looking for an efficient solution to the Longest Increasing Subsequence (LIS) problem. The task of finding the longest increasing subsequence in a given array is common in both competitive programming and real-world applications. Currently, this repository lacks a well-documented and optimized solution for this problem.
Describe the solution you'd like
I would like to contribute an optimized solution for finding the Longest Increasing Subsequence with the following two approaches:
The solution should:
Describe alternatives you've considered
Some alternatives that could be considered:
Additional context
The Longest Increasing Subsequence problem is a classic DP problem and is widely asked in coding interviews and used in various applications such as biology (e.g., DNA sequencing) and economics (e.g., stock market analysis). Adding this feature will make the repository more comprehensive for dynamic programming problems.
Would you like to work on this feature?
@ajay-dhangar Please assign this issue to me
The text was updated successfully, but these errors were encountered: