说明: #include #include #include #include int main() { BSTree T,t,p; int e,s; Bool taller,lower; void Print(); void About(); InitAVL(T); InitAVL(t); InitAVL(p); system("title 平衡二叉树操作演示"); Print(); scanf("%d",&s); while(s!=8){ switch(s) { case1: //显示 print
<ace09> 上传 | 大小:9kb