Returns the digraph assoicated with the symbol graph. It is the client's responsibility
not to mutate the digraph.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Digraph G { get; }
Return Value
Type:
Digraphthe digraph associated with the symbol digraph
See Also