|
3 |
upper case title
|
||
sorting Sorting a binary matrix diagonal in polynomial time while preserving rows |
||||
|
2 |
edited tags
|
||
|
1 |
|
||
sorting a binary matrix diagonal in polynomial time while preserving rowsIs there a polynomial time solution to sort an arbitrary binary square matrix in polynomial time by rows so that the diagonal contains a 1 if any row contains a 1 in that column? For example given matrix:
A solution would be:
Given a matrix:
There could be multiple solutions:
|
||||

