filmov
tv
Leetcode 1975 - Maximum Matrix Sum

Показать описание
Solve Leetcode 1975 by keeping track of the minimum absolute value element and the number of negative elements in the matrix. I apologize for the silly 'mistake' by using float(inf) instead of float('inf').