文件名称:binarytree
介绍说明--下载内容均来自于网络,请自行研究使用
讲递归函数改成非递归可以采用循环的方式,找出第K大的元素也可以变查找边记录,而对于删除某一个范围,可以设置判断条件。一旦满足就调用删除函数。-in order to tranverse a binarytree and you can add or delete a node with the function.you can also fine the biggest one etc.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tree.h
main.cpp
tree.cpp
main.cpp
tree.cpp