Click or drag to resize
MultiwayMainTest Method
Reads sorted text files specified as command-line arguments; merges them together into a sorted output; and writes the results to standard output. Note: this client does not check that the input files are sorted.

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