Computer Science, asked by srichetan1262, 1 year ago

Find the element that appears once in sorted array

Answers

Answered by 1keshav123
0

☢️Given a sorted array in which all elements appear twice (one after one) and one element appears only once. Find that element in O(log n) complexity.

Similar questions