GE HealthCare Interview Question

Given sorted 2D array, give an algorithm to find given x,y in shortest way

Interview Answer

Anonymous

May 11, 2025

I managed to answer it with binary search algo one time on row and one time on colomn