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

Problem Statement: Two Sum II - Input Array Is Sorted #56

Closed
wants to merge 2 commits into from

Conversation

Mohd-FaiZ-Jr
Copy link
Contributor

@Mohd-FaiZ-Jr Mohd-FaiZ-Jr commented Oct 8, 2024

🚀 What does this PR do?

  • Solving Two Sum II - Input Array Is Sorted Problem Statement in Leet Code Daily Challenge on 28th Day in Java.
  • This code solves the Two Sum II - Input Array Is Sorted problem using the two-pointer technique, which is efficient and operates in O(n) time complexity.

📝 Issue Reference:

Fixes issue: #28

🔍 Checklist:

Please ensure the following before submitting your PR:

  • I have placed my solution in the correct folder (solutions/day28/).
  • My code follows clean coding practices and is efficient.
  • I have added comments in my code to explain the approach.
  • I have updated the README.md for the specific day with a brief explanation of my solution.
  • I have tested the solution on LeetCode and it works correctly.

🔧 Solution Details:

  • Language Used: Java
  • Time Complexity: O(n)
  • Space Complexity: O(1)

@arya2004
Copy link
Owner

arya2004 commented Oct 8, 2024

October 28th problem isn't out yet.

@arya2004 arya2004 closed this Oct 8, 2024
@Mohd-FaiZ-Jr
Copy link
Contributor Author

October 28th problem isn't out yet.

I am applying for the October 9th problem. Can you please assign me that and unassign this one?

@arya2004
Copy link
Owner

arya2004 commented Oct 8, 2024

please comment on the issue associated with that day so i can assign it to you

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