You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We compute the max for each rows and each columns. zip(*matrix) is the matrix transposed, where each row are the columns.
Since we can't change the maximum of any row or column, we must be equal to the minimum of the max of the row and the max of the column we are modifying.