Click or drag to resize
FrequencyCounterMainTest Method
Reads in a command-line integer and sequence of words from standard input and prints out a word (whose length exceeds the threshold) that occurs most frequently to standard output. It also prints out the number of words whose length exceeds the threshold and the number of distinct such words.

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