DIY: Single Element in a Sorted Array
Solve the interview question "Single Element in a Sorted Array" in this lesson.
We'll cover the following
Problem statement
In this problem, you are given an array of sorted integers in which all of the integers will appear twice, except one. Your task is to find that single integer, which will appear only once.
Please note that your solution will have a time complexity of and constant space complexity.
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.