The adjacency matrix below represents the road connections between four towns, labelled \(L, M, N\) and \(O\).
\begin{aligned}
&\ \ \ L \ \ \ M \ \ N \ \ O \\
\begin{array}{c} L\\ M \\ N \\ O \end{array}
&\begin{bmatrix}
1 & 0 & 1 & 1 \\
0 & 0 & 1 & 2 \\
1 & 1 & 0 & 0 \\
1 & 2 & 0 & 0
\end{bmatrix}
\end{aligned}
A graph that represents all the road connections in the adjacency matrix is:








