摘要: 6-12 二叉搜索树的操作集(30 分) 本题要求实现给定二叉搜索树的5种常用操作。 函数接口定义: BinTree Insert( BinTree BST, ElementType X ); BinTree Delete( BinTree BST, ElementType X ); Positio 阅读全文
posted @ 2018-02-01 21:05 我只有一件白T恤 阅读(529) 评论(0) 推荐(0) 编辑