FrequencyCounter Class |
Namespace: Algs4Net
public class FrequencyCounter
The FrequencyCounter type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | MainTest |
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. |
For additional documentation, see Section 3.1 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
This class is a C# port from the original Java class FrequencyCounter implementation by the respective authors.