Single element in a sorted array | Leetcode

Published: 01 January 1970
on channel: Techdose
55,190
1.4k

This video explains a very important programming interview question which is to find the unique element in a sorted array in just O(logN) time and O(1) extra space. This problem would have been extremely easy to solve provided we were allowed O(N) time. This can be solved by simple linear search or XOR operation. In order to take benefit of sorted array property, we can use binary search algorithm with some observations to find the unique element in just O(logN). I have shown 4 observations and used them to solve the problem in O(logN) time using binary search algorithm.At the end of the video, i have explained the CODE. CODE LINK is present below as usual. If you find any difficulty or have any query then do COMMENT below. PLEASE help our channel by SUBSCRIBING and LIKE our video if you found it helpful...CYA :)


CODE LINK: https://gist.github.com/SuryaPratapK/...


Watch video Single element in a sorted array | Leetcode online without registration, duration hours minute second in high quality. This video was added by user Techdose 01 January 1970, don't forget to share it with your friends and acquaintances, it has been viewed on our site 55,190 once and liked it 1.4 thousand people.