Ejemplo n.º 1
0
 /**
  * @return bool
  */
 function isEmpty()
 {
     return $this->bst->isEmpty();
 }
Ejemplo n.º 2
0
 /**
  * @return bool
  */
 function isEmpty()
 {
     return $this->avl->isEmpty();
 }