Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
Digraph Class
Digraph Methods
AddEdge Method
Adj Method
Indegree Method
MainTest Method
Outdegree Method
Reverse Method
ToString Method
Digraph
Reverse Method
Returns the reverse of the digraph.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
Digraph
Reverse
()
Return Value
Type:
Digraph
the reverse of the digraph
See Also
Reference
Digraph Class
Algs4Net Namespace