文件名称:CHAZHAO
介绍说明--下载内容均来自于网络,请自行研究使用
1. 实现折半查找算法
2. 建立一棵二叉排序树,输入给定值,在该二叉排序树查找,如不存在该值,则在二叉排序树中插入;如存在该值,则返回节点;实现删除找到节点的算法。
3. 编写测试程序。
-1. Achieve binary search algorithm 2. Establish a binary sort tree, enter a given value, the binary sort tree to find, if the value does not exist, then the binary sort tree insert such as the existence of the value, return node realization delete algorithm to find the node. 3. Preparation of test procedures.
2. 建立一棵二叉排序树,输入给定值,在该二叉排序树查找,如不存在该值,则在二叉排序树中插入;如存在该值,则返回节点;实现删除找到节点的算法。
3. 编写测试程序。
-1. Achieve binary search algorithm 2. Establish a binary sort tree, enter a given value, the binary sort tree to find, if the value does not exist, then the binary sort tree insert such as the existence of the value, return node realization delete algorithm to find the node. 3. Preparation of test procedures.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CHAZHAO.cpp