// requires Bst.java, Bstgraph.java public class testbst { public static void main(String[] av) { int n = 50; // number of nodes if (av.length>0) n = Integer.parseInt(av[0]); // set by command param Bstgraph W = new Bstgraph(1600,1024); // for graphical rendering Bst tree = new Nil(); // start with empty tree for(int i=0;i(); // reset to empty tree for(int i=0;i