BlitzCode interview question

Given a sorted array, return non repeating elements in Order of log n.

Interview Answer

Anonymous

25 Feb 2022

For sorted array, we are supposed to use binary search.