Tagged as challenge
Written on 2018-01-30
Given an $m \times n$ matrix of zeros and ones, write a function largest-identity
that finds the size of the largest sub-matrix that is an identity matrix.
Write a version of largest-identity
that allows for arbitrary row swaps.