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
相关文章
相关标签/搜索