Python Code Challenge
Project links
About this project
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.
Skills
More projects by Fielami Emmanuel David