实验11_任务指导书

所属分类:源码/资料
开发工具:C/C++
文件大小:227KB
下载次数:1
上传日期:2019-11-29 16:48:05
上 传 者tesla00715
说明:  一、二叉排序树的查找 ? 二叉排序树的查找可以用递归来实现; ? 先将要查找的关键字和根节点进行比较; ? 若和根节点值相同,则返回根节点值;若比根节点小,就递归查找左子树,若比根节点大,则递归查找右子树
(Searching for the first and second sort trees The search of binary sort tree can be realized by recursion; First, compare the keyword to be found with the root node; if it is the same as the root node, return the root node value; if it is smaller than the root node, recursively search the left subtree; if it is larger than the root node, recursively search the right subtree)

文件列表:
实验11 查找(动态查找)\11-1.cpp (10025, 2018-12-24)
实验11 查找(动态查找)\~$11 查找.docx (162, 2018-12-25)
实验11 查找(动态查找)\~$6 查找-1.docx (162, 2017-11-14)
实验11 查找(动态查找)\二叉排序树.docx (214381, 2019-11-25)
实验11 查找(动态查找)\实验11 查找.docx (23940, 2019-11-25)
实验11 查找(动态查找) (0, 2019-11-25)

近期下载者

相关文件


收藏者