Fix directed -> weighted [closes #15]

This commit is contained in:
Antti H S Laaksonen 2017-03-07 18:54:41 +02:00
parent 5d66f48d46
commit 4072860dec
1 changed files with 2 additions and 2 deletions

View File

@ -624,7 +624,7 @@ can be represented as follows:
\end{tikzpicture}
\end{center}
If the graph is directed, the adjacency matrix
If the graph is weighted, the adjacency matrix
representation can be extended so that
the matrix contains the weight of the edge
if the edge exists.