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

Longest Subsequence With Limited Sum #439

Open
Ghanshyam-07 opened this issue Oct 31, 2024 · 0 comments
Open

Longest Subsequence With Limited Sum #439

Ghanshyam-07 opened this issue Oct 31, 2024 · 0 comments
Assignees

Comments

@Ghanshyam-07
Copy link
Contributor

Ghanshyam-07 commented Oct 31, 2024

I have added a new problem titled "Rank Transform of an Array" along with its solution. The problem involves finding the array answer of length m where answer[i] is maximum size of a subsequence that you can take from nums such that the sum of its elements is less than or equal to queries[i], where queries and nums are interger array . Utilizing Shorting and Prefix-Sum to optimize the solution. I request you to add it to the repository, followed all the guideline correctly.

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

1 participant