非递归遍历二叉树

#include<iostream> #include<stdlib.h> #include<stdio.h> using namespace std; #define OK 1 #define ERROR 0 #define OVERFLOW 0 #define TRUE 1 #define FALSE 0 typedef char TElemType; typedef struct B
相关文章
相关标签/搜索