GraphAddEdge Method (Edge) |
Adds the undirected edge to this graph.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void AddEdge(
Edge e
)
Parameters
- e
- Type: Algs4NetEdge
the edge to add, ignoring its weight
Exceptions See Also