コード例 #1
0
ファイル: TernaryTree.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     //$this->middle = NULL;
     $this->postOrderDestruct($this);
     parent::__destruct();
     echo 'Mažu ternární strom';
 }
コード例 #2
0
ファイル: BinarySearchTree.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     parent::__destruct();
 }