merge together the sorted input streams and write the sorted
result to standard output.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Merge(
TextInput[] streams
)
Parameters
- streams
- Type: Algs4NetTextInput
opened stream from user
See Also