Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Add solution for finding single non-duplicate element using binary search #108

Conversation

SaurabhKumar171
Copy link
Contributor

Problem:

  • Added a solution for finding the single non-duplicate element in a sorted array where every other element appears twice.
  • Solved in O(log n) time complexity using binary search.

Changes:

  • Added Java implementation for solving the problem.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better

@Ayu-hack
Copy link
Owner

Ayu-hack commented Oct 6, 2024

Please share the screenshot of working, to get it merged.

@Ayu-hack Ayu-hack added the Hacktoberfest2024 Participant of hacktoberfest label Oct 6, 2024
@SaurabhKumar171
Copy link
Contributor Author

SaurabhKumar171 commented Oct 6, 2024

@Ayu-hack , Please find below the screenshot of the ouput
Screenshot 2024-10-06 at 2 55 36 PM

@Ayu-hack
Copy link
Owner

Ayu-hack commented Oct 6, 2024

Great Work !
Merged. More repos are available for pull requests, and they’re part of Hacktoberfest 2024.
Feel free to tag me in your Hacktoberfest certificate or badges LinkedIn post! 😄

👉 Follow my GitHub and connect with me on LinkedIn!
Star these repos to stay updated for next year’s Hacktoberfest!

@Ayu-hack Ayu-hack merged commit 4d4c03d into Ayu-hack:main Oct 6, 2024
1 check passed
@SaurabhKumar171
Copy link
Contributor Author

Thanks for merging the PRs! Excited for more contributions during Hacktoberfest 2024. I’ll follow you on GitHub and connect on LinkedIn. Will tag you when I post about the badges and certificate! 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Hacktoberfest2024 Participant of hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants