Exemple #1
0
 public void display()
 {
     if (!isEmpty())
     {
         root.display(root);
     }
 }