文件名称:ctree
介绍说明--下载内容均来自于网络,请自行研究使用
平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数-Balanced binary tree to generate arbitrary input nodes as 2680 to show a balanced binary tree can be automatically generated for the balance factor bf depth h to calculate the number of rotations can be inserted deleted
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AVLTree.cpp
Test.cpp
AVLTree.h
Counter.h