2022年4月5日
摘要: 6-9 二叉树的遍历 (25 分) 本题要求给定二叉树的4种遍历。 函数接口定义: void InorderTraversal( BinTree BT ); void PreorderTraversal( BinTree BT ); void PostorderTraversal( BinTree 阅读全文
posted @ 2022-04-05 20:43 na2co3- 阅读(85) 评论(0) 推荐(0)