You're given matrices A and B, in which the elements are either 0 or 1.
The task is to determine whether A can change into B via swapping it's rows and columns.
How to solve this question...?
The task is to determine whether A can change into B via swapping it's rows and columns.
How to solve this question...?