文件名称:binaryTree
介绍说明--下载内容均来自于网络,请自行研究使用
基于Visual C++的一个二叉树的程序,能实现从文件输入和数组两种方法建立二叉树,实现二叉树的前,中,后序遍历,广义表形式的输出,结点个数的统计,结点度的计算,树的高度计算,最大值的计算。-he establishment of the two fork tree the file input and an array of two methods, the realization of the two binary tree before, after the traversal, the output of generalized form, statistics the number of nodes, node degree, calculate the height of tree, the calculation of the maximum value.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
二叉树\binaryTree.cpp
......\binaryTree.h
......\Debug\binaryTree.obj
......\.....\main.obj
......\.....\vc60.idb
......\.....\vc60.pdb
......\.....\二叉树.exe
......\.....\二叉树.ilk
......\.....\二叉树.pch
......\.....\二叉树.pdb
......\main.cpp
......\Queue.h
......\stack.h
......\二叉树.dsp
......\二叉树.dsw
......\二叉树.ncb
......\二叉树.opt
......\二叉树.plg
......\二叉树.txt
......\Debug
二叉树