You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: