Count Class |
Namespace: Algs4Net
public class Count
The Count type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | MainTest | Reads in text from standard input; calculates the frequency of
occurrence of each character over the alphabet specified as a
commmand-line argument; and prints the frequencies to standard
output. |
For additional documentation, see Section 5.5 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
This class is a C# port from the original Java class Count implementation by the respective authors.