查看会员资料
用 户 名:Premchan*********
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
thrdtree
- 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.