public class BSTTreeDriver
extends java.lang.Object
Constructor and Description |
---|
BSTTreeDriver() |
Modifier and Type | Method and Description |
---|---|
static void |
handleLookForMostCrimes(BSTTree tree)
handle menu selection 2
|
static void |
handleLookUp(BSTTree tree,
java.util.Scanner sc)
Handle menu selection 1
|
static void |
handleNearbyCrimes(BSTTree tree,
java.util.Scanner sc)
Handles menu selection 3
|
static void |
main(java.lang.String[] args) |
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static void handleLookUp(BSTTree tree, java.util.Scanner sc) throws java.io.IOException
tree
- sc
- java.io.IOException
public static void handleLookForMostCrimes(BSTTree tree) throws java.io.IOException
tree
- java.io.IOException
public static void handleNearbyCrimes(BSTTree tree, java.util.Scanner sc) throws java.io.IOException
tree
- sc
- java.io.IOException