edu.princeton.cs.algs4
Class BlackFilter
- java.lang.Object
-
- edu.princeton.cs.algs4.BlackFilter
-
public class BlackFilter extends java.lang.ObjectTheBlackFilterclass provides a client for reading in a blacklist 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.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)
-
DataMelt 3.0 © DataMelt by jWork.ORG