Intuit Interview Question

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

Interview Answer

Anonymous

Feb 1, 2022

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

1