Package edu.princeton.cs.algs4
Class BlockFilter
- Object
-
- edu.princeton.cs.algs4.BlockFilter
-
public class BlockFilter extends Object
TheBlockFilter
class provides a client for reading in a blocklist of words from a file; then, reading in a sequence of words from standard input, printing out each word that does not appear in the file. It is useful as a test client for various symbol-table implementations.For additional documentation, see Section 3.5 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
- Author:
- Robert Sedgewick, Kevin Wayne
-
-
Method Detail
-
main
public static void main(String[] args)
-
-