Click or drag to resize
Digraph Constructor
Overload List
  NameDescription
Public methodDigraph(Int32)
Initializes an empty digraph with V vertices.
Public methodDigraph(Digraph)
Initializes a new digraph that is a deep copy of the specified digraph.
Public methodDigraph(TextInput)
Initializes a digraph from the text input stream. The format is the number of vertices V, followed by the number of edges E, followed by E pairs of vertices, with each entry separated by whitespace.
Top
See Also