Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Code Addition Request]: Longest Increasing Subsequence | Dynamic Programming #933

Closed
3 tasks done
SKG24 opened this issue Oct 29, 2024 · 3 comments
Closed
3 tasks done

Comments

@SKG24
Copy link
Contributor

SKG24 commented Oct 29, 2024

Have you completed your first issue?

  • I have completed my first issue

Guidelines

  • I have read the guidelines
  • I have the link to my latest merged PR

Latest Merged PR Link

#910
PR #910

Project Description

Given an integer array nums, return the length of the longest strictly increasing
subsequence.

Example 1:
Input: nums = [10,9,2,5,3,7,101,18]
Output: 4
Explanation: The longest increasing subsequence is [2,3,7,101], therefore the length is 4.

Full Name

Sanat Kumar Gupta

Participant Role

gssoc-ext, hacktoberfest

Copy link

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

@UTSAVS26
Copy link
Owner

@SKG24 raise 1 issue at a time.

@UTSAVS26 UTSAVS26 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 29, 2024
Copy link

✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants