二叉排序樹刪除操做之php實現

        刪除節點有三種狀況:php                1.葉子節點    2.僅有左或右子樹的節點    3.左右子樹都有的節點this         <?php class BinaryTree { public $data; public $lChild; public $rChild; public function __construct($da
相關文章
相關標籤/搜索