A question is this type if and only if it asks to draw or construct a bipartite graph given an adjacency matrix showing connections between two sets.
2 questions · Easy -1.5
| \cline { 2 - 7 } \multicolumn{1}{c|}{} | \(\mathbf { 1 }\) | \(\mathbf { 2 }\) | \(\mathbf { 3 }\) | \(\mathbf { 4 }\) | \(\mathbf { 5 }\) | \(\mathbf { 6 }\) |
| \(\boldsymbol { A }\) | 1 | 1 | 0 | 0 | 1 | 1 |
| \(\boldsymbol { B }\) | 0 | 1 | 0 | 0 | 1 | 1 |
| \(\boldsymbol { C }\) | 1 | 0 | 0 | 0 | 1 | 1 |
| \(\boldsymbol { D }\) | 0 | 1 | 1 | 1 | 0 | 1 |
| \(\boldsymbol { E }\) | 0 | 0 | 0 | 0 | 1 | 1 |
| \(\boldsymbol { F }\) | 0 | 0 | 0 | 0 | 0 | 1 |