文件名称:SearchBST
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 163kb
- 下载次数:
- 0次
- 提 供 者:
- ja***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
二叉树排序查找,在根指针T所指的二叉排序树中查找数据e,查找成功时,返回1值,并用指针p返回结点地址,不成功时,用P指向查找路径中的最后一个结点并返回0值,指针f指向T的双亲结点,初始调用时其值为NU-T refers to the pointer in the root binary sort tree to find data e, find success, returns 1 value, and return with a pointer p node address, unsuccessful, to find paths with P pointing to the last node and returns 0 value, the pointer points to f T, parent node, its value is NULL when the initial call
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SearchBST\Debug\SearchBST.exe
.........\.....\SearchBST.ilk
.........\.....\SearchBST.obj
.........\.....\SearchBST.pch
.........\.....\SearchBST.pdb
.........\.....\vc60.idb
.........\.....\vc60.pdb
.........\SearchBST.cpp
.........\SearchBST.dsp
.........\SearchBST.dsw
.........\SearchBST.ncb
.........\SearchBST.opt
.........\SearchBST.plg
.........\Debug
SearchBST
.........\.....\SearchBST.ilk
.........\.....\SearchBST.obj
.........\.....\SearchBST.pch
.........\.....\SearchBST.pdb
.........\.....\vc60.idb
.........\.....\vc60.pdb
.........\SearchBST.cpp
.........\SearchBST.dsp
.........\SearchBST.dsw
.........\SearchBST.ncb
.........\SearchBST.opt
.........\SearchBST.plg
.........\Debug
SearchBST