Click or drag to resize
MultiwayMerge Method
merge together the sorted input streams and write the sorted result to standard output.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void Merge(
	TextInput[] streams
)

Parameters

streams
Type: Algs4NetTextInput
opened stream from user
See Also