摘要: 1、非递归实现二叉树的遍历方法 1、非递归 后序遍历 #include<stdio.h> #include<assert.h> #include<malloc.h> #include"PostStack.h" #define ElemType char typedef struct BinTreeN 阅读全文
posted @ 2022-07-06 20:14 往心。 阅读(54) 评论(0) 推荐(0) 编辑