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

Day-15 q3 : Longest Increasing Subsequence #371

Open
GargNikitaa opened this issue Jan 11, 2024 · 5 comments
Open

Day-15 q3 : Longest Increasing Subsequence #371

GargNikitaa opened this issue Jan 11, 2024 · 5 comments
Assignees

Comments

@GargNikitaa
Copy link
Contributor

Longest Increasing Subsequence

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

Examples:

Input: nums = [10,9,2,5,3,7,101,18]
Output: 4

Input: nums = [0,1,0,3,2,3]
Output: 4

Input: nums = [7,7,7,7,7,7,7]
Output: 1
@vidhiwalia
Copy link

please assign this issue to me @ayushichoudhary-19 @GargNikitaa

@Akansha77
Copy link
Contributor

Please assign this issue to me.

@namita0210
Copy link
Contributor

Pls assign this issue @bh-g

@priyagupta20044
Copy link
Contributor

Pls assign this issue @bh-g

@vidhiwalia vidhiwalia removed their assignment Jan 13, 2024
Akansha77 added a commit to Akansha77/LeetCode_Q that referenced this issue Jan 13, 2024
karishma-2020 added a commit that referenced this issue Jan 14, 2024
Day-15 q3 : Longest Increasing Subsequence #371 cpp code added
@Karnankita04
Copy link
Contributor

Karnankita04 commented Jan 25, 2024

@bh-g please assign this issue to me :)

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

No branches or pull requests

6 participants