public class Whitelist extends Object
For additional documentation, see Section 1.2 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
| Constructor and Description |
|---|
Whitelist() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Reads in a sequence of integers from the whitelist file, specified as
a command-line argument.
|
public static void main(String[] args)
Copyright © 2025. All Rights Reserved.