文件名称:thrdtree
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-03-29
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- Premchan*********
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
A binary tree with n nodes has
n+1 pointers that store NULL.
A threaded binary tree uses these
pointers (that store NULL) to hold
the address of predecessor and
successor nodes.
This helps in quick traversal of
tree nodes.
n+1 pointers that store NULL.
A threaded binary tree uses these
pointers (that store NULL) to hold
the address of predecessor and
successor nodes.
This helps in quick traversal of
tree nodes.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
thrdtree.cpp