GE HealthCare interview question

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

Interview Answer

Anonymous

11 May 2025

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