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: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void MainTest(
string[] args
)
Parameters
- args
- Type: SystemString
Place holder for user arguments
See Also