AfterAcademy Tech
Median in a Row-wise Sorted Matrix-Interview Problem
The problem is to find the median in a row-wise sorted matrix. This is an interview problem asked in companies like Amazon. There is a further constraints on extra space. We have discussed two possible solutions.