文件名称:binarytreecount
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 10.24kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
给定一棵树的前序\\中序,构造出该树,并打印出树的后序
//例如,前序:a b d e h i c g 中序:d b h e i a c g-given a tree before the sequence \\ sequence were constructed out of the tree, and print out the following sequence tree / / For example, the former sequence : a, b d e g h i c ORDER : d b e h i g a c
//例如,前序:a b d e h i c g 中序:d b h e i a c g-given a tree before the sequence \\ sequence were constructed out of the tree, and print out the following sequence tree / / For example, the former sequence : a, b d e g h i c ORDER : d b e h i g a c
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 65520788binarytreecount.rar 列表 二叉树的计树\1.cpp 二叉树的计树\Debug 二叉树的计树\二叉树的计树.dsp 二叉树的计树\二叉树的计树.dsw 二叉树的计树\二叉树的计树.ncb 二叉树的计树\二叉树的计树.opt 二叉树的计树\二叉树的计树.plg 二叉树的计树