Build your own data portfolio for free

Python Code Challenge

Project photo

Project links

Skills

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.