文件名称:Binary-tree-VC
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:9.94kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
建立一棵二叉排序树并对它进行前序遍历。建立二叉树利用了插入算法,数据由用户输入;对二叉树前序遍历,利用非递归调用子程序,然后对二叉树(1)访问根结点;(2)遍历左子树;(3)遍历右子树。程序中要注意左右指针llink和rlink的使用。-Create a binary sort tree and pre-order traversal. The establishment of the binary tree to the use of the insertion algorithm, the data entered by the user binary tree traversal, the use of non-recursive call to a subroutine, then the binary tree (1) access to the root (2) traverse the left subtree (3) traverse the right subtree. The program should pay attention to the use of left and right pointers llink and rlink.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Binary tree VC.docx
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.