C語言實現二叉搜索樹

  6-12 二叉搜索樹的操作集 (30 point(s)) 本題要求實現給定二叉搜索樹的5種常用操作。 函數接口定義: BinTree Insert( BinTree BST, ElementType X ); BinTree Delete( BinTree BST, ElementType X ); Position Find( BinTree BST, ElementType X ); Po
相關文章
相關標籤/搜索