数据结构实验四二叉树
实验四二叉树的存储及应用void ShowBinTree(BinTree t)BinTree stack[Maxnode],p;int level [Maxnode] [2] ,top,n,i,wid