Single Element in a Sorted Array Medium 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. https://leetcode.com/problems/single-element-in-a-sorted-array/description/
Check out your Company Bowl for anonymous work chats.