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

done binary search 1 #2046

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

komalnagpal
Copy link

No description provided.

Copy link

@Nandha2Tech Nandha2Tech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great Work!

@Nandha2Tech
Copy link

Great Work!

# Time Complexity : O(m + n)
#Space Complexity : O(1)
# Did this code successfully run on Leetcode : yes
# Any problem you faced while coding this : I don;t think its optimal. initially I thought its O (log (mn)) but I think I am wrong here
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Nandha2Tech : can you confirm the complexity of this code one more time please

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.

2 participants