FileIndex Class |
Namespace: Algs4Net
public class FileIndex
The FileIndex type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetFileNames |
Returns the list of files from the name-pattern list in the current directory
|
![]() ![]() | MainTest |
Implementation of the FileIndex client.
|
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 FileIndex implementation by the respective authors.