摘要: 先序输出叶子结点 本题要求按照先序遍历的顺序输出给定二叉树的叶结点。 函数接口定义: void PreorderPrintLeaves( BinTree BT ); 其中BinTree结构定义如下: typedef struct TNode *Position; typedef Position B 阅读全文
posted @ 2020-11-24 18:06 EleclouD 阅读(507) 评论(0) 推荐(0)