文件名称:exp6-4
介绍说明--下载内容均来自于网络,请自行研究使用
4. 实现函数max(),来输出树中的最大值。
template <typename T>
tnode<T> *max(tnode<T> *t)
请参考第三题中计算树的深度算法,编写程序,调用max()显示整数树中的最大值。-4. To achieve function max (), to maximum output in the tree. template <typename T> tnode <T>* Max (tnode <T>* T) refer to the third question in the calculation of the depth of the tree algorithm, programming, call max () shows the maximum integer tree.
template <typename T>
tnode<T> *max(tnode<T> *t)
请参考第三题中计算树的深度算法,编写程序,调用max()显示整数树中的最大值。-4. To achieve function max (), to maximum output in the tree. template <typename T> tnode <T>* Max (tnode <T>* T) refer to the third question in the calculation of the depth of the tree algorithm, programming, call max () shows the maximum integer tree.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
exp6-4.cpp