Fix directed -> weighted [closes #15]
This commit is contained in:
parent
5d66f48d46
commit
4072860dec
|
@ -624,7 +624,7 @@ can be represented as follows:
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\end{center}
|
\end{center}
|
||||||
|
|
||||||
If the graph is directed, the adjacency matrix
|
If the graph is weighted, the adjacency matrix
|
||||||
representation can be extended so that
|
representation can be extended so that
|
||||||
the matrix contains the weight of the edge
|
the matrix contains the weight of the edge
|
||||||
if the edge exists.
|
if the edge exists.
|
||||||
|
|
Loading…
Reference in New Issue