Click or drag to resize
QuickFindUFMainTest Method
Reads in a sequence of pairs of integers (between 0 and N-1) from standard input, where each integer represents some site; if the sites are in different components, merge the two components and print the pair to standard output.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void MainTest(
	string[] args
)

Parameters

args
Type: SystemString
Place holder for user arguments
See Also