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