Click or drag to resize

TarjanOfflineLeastCommonAncestorAlgorithmTVertex, TEdgeCompute Method (TVertex, IEnumerableSEquatableEdgeTVertex)

Namespace:  QuickGraph.Algorithms
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void Compute(
	TVertex root,
	IEnumerable<SEquatableEdge<TVertex>> pairs
)

Parameters

root
Type: TVertex
pairs
Type: System.Collections.GenericIEnumerableSEquatableEdgeTVertex
See Also