查看会员资料
- Email:用户隐藏
- Icq/MSN:qq
- 电话号码:
- 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.