摘要: #include using namespace std; typedef struct node { struct node *lchild; struct node *rchild; char data; }BiTreeNod... 阅读全文
posted @ 2017-05-25 21:12 云胡同学 阅读(82) 评论(0) 推荐(0) 编辑
摘要: #include #include #define max 50typedef struct liuyu{ int data; struct liuyu *lchild,*rchild;}test;liuyu *root,*p,*q[max];int su... 阅读全文
posted @ 2017-05-25 20:08 云胡同学 阅读(138) 评论(0) 推荐(0) 编辑