Intuit interview question

Find 3 values from the array whose values is 0 or not?

Interview Answer

Anonymous

1 Feb 2022

I given first brute force approach. Then , i applied sorting and told Binary search approach.

1