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

540. Single Element in a Sorted Array #253

Open
yashogale30 opened this issue Oct 28, 2024 · 0 comments
Open

540. Single Element in a Sorted Array #253

yashogale30 opened this issue Oct 28, 2024 · 0 comments

Comments

@yashogale30
Copy link

[540. Single Element in a Sorted Array] (https://leetcode.com/problems/single-element-in-a-sorted-array/)
You are given a sorted array consisting of only integers where every element appears exactly twice, except for one element which appears exactly once.
Return the single element that appears only once.

(Your solution must run in O(log n) time and O(1) space.)
Example 1:
Input: nums = [1,1,2,3,3,4,4,8,8]
Output: 2

@mrigaankzoro Please assign me this issue

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

No branches or pull requests

1 participant