Skip to content

Create Count of Subarrays in an Array #204

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

Open
wants to merge 168 commits into
base: master
Choose a base branch
from

Conversation

Dipanita45
Copy link

No description provided.

Dipanita45 added 30 commits July 8, 2025 08:41
Create Add Two Numbers.java

TC: O(N)
Create Reschedule meeting for Maximum Free Time I.java
Time Complexity: O(M*N)
Space Complexity: O(N)
Time Complexity :O(n*logn+m*logm)
as sorting takes logn time and for loop runs for n times

Space Complexity: O(1)
Time complexity: O(N)
Space Complexity: O(1)
Time complexity:O(N)
Space Complexity: O(1)
Create Find The Maximum Length of Valid Subsequence I.java
Create Find the maximum length of valid Subsequence II.java
Create Jump Game.py
TC: O(n)
SC: O(1)
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

Successfully merging this pull request may close these issues.

1 participant