文件名称:SanYuanZu_20131029110238
介绍说明--下载内容均来自于网络,请自行研究使用
假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N 为本结点的元素,P 为其父结点,L 指示N 为P 的左孩子,R 指示N 为P的右孩子。试写一个建立二元树的左右链表示算法,并实现先根、中根、后根以及层序遍历算法。-Suppose a hierarchical top-down, left to right to enter a triple each node (N, P, L/R). Wherein the element N-based node, P is the parent node, L indicates left children to P N, R indicates N for the right child of P. Try to write about a build binary tree representation algorithm chain and achieve first root, root, root and layer after preorder algorithm.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SanYuanZu_20131029110238.cpp