基于C写的平衡二叉树
平衡二叉树结构的动态查找表 bool InitDSTable(BSTree * DT); bool DestoryDSTable(BSTree * DT); bool SearchDSTable(const BSTree DT,const KeyTypekey,ValueType * value); bool InsertDSTable(BSTree * DT,const ElemType e,bool * taller); bool DeleteDSTable(BSTree * DT,const KeyType key); void TraverseDSTable(const BSTree
下载地址
用户评论