文件名称:Tree
介绍说明--下载内容均来自于网络,请自行研究使用
1.16② 试写一算法,如果三个整数X,Y和Z
的值不是依次非递增的,则通过交换,令其为
非递增。
-Status Dencendant(Array1D L,Array1D R,int n,int u,int v)
/* If node u is the dencendant of node v ,*/
/* then return TRUE else return FALSE . */
/* L[i] is the left child of the i_th node, */
/* R[i] is the right child of the i_th node */
/* in the Binary Tree which has n nodes. */
的值不是依次非递增的,则通过交换,令其为
非递增。
-Status Dencendant(Array1D L,Array1D R,int n,int u,int v)
/* If node u is the dencendant of node v ,*/
/* then return TRUE else return FALSE . */
/* L[i] is the left child of the i_th node, */
/* R[i] is the right child of the i_th node */
/* in the Binary Tree which has n nodes. */
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Tree.txt