先序遍歷非遞歸算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s
標(biāo)簽:
maxsize
PreOrderUn
SqStack
typedef
上傳時(shí)間:
2014-01-26
上傳用戶:hewenzhi