The LookupCSV class provides a data-driven client for reading in a
key-value pairs from a file; then, printing the values corresponding to the
keys found on standard input. Both keys and values are strings.
The fields to serve as the key and value are taken as command-line arguments.
Inheritance Hierarchy
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxThe LookupCSV type exposes the following members.
Methods
| Name | Description |
---|
  | MainTest |
Demo test for the LookupCSV client. |
Top
Remarks
For additional documentation, see Section 3.5 of
Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
This class is a C# port from the original Java class
LookupCSV
implementation by the respective authors.
See Also