public class RedBlackTreeTester
extends java.lang.Object
Constructor and Description |
---|
RedBlackTreeTester() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
public static void main(java.lang.String[] args)
args[0]
- The file name of the word list (to be used as a dictionary).
The main method interacts with a user at the command line. A menu of commands
is provided as well as some computations regarding the size of the word list used
as a dictionary.
The dictionary is case sensitive. That is, "Pittsburgh" does not equal
"pittsburgh".
The commands entered by the user are NOT case sensitive. That is, "p" == "P".