PTA數據結構與算法題目集(中文)4-9 二叉樹的遍歷 (25分)

本題要求給定二叉樹的4種遍歷。c++ 函數接口定義: void InorderTraversal( BinTree BT ); void PreorderTraversal( BinTree BT ); void PostorderTraversal( BinTree BT ); void LevelorderTraversal( BinTree BT ); 其中BinTree結構定義以下:函數
相關文章
相關標籤/搜索