()
| 44 | } |
| 45 | |
| 46 | static void print_help() { |
| 47 | System.out.println("java Time\n" + "\t-help print this screen\n" + "\t-num_trials <num> specify number of trials (default: 10)\n" |
| 48 | + "\t-tree_depth <num> specify depth of binary tree (default: 10)\n" + ""); |
| 49 | } |
| 50 | |
| 51 | static void run_tests() { |
| 52 | test_0(); |