摘要:
#include using namespace std; typedef struct node { struct node *lchild; struct node *rchild; char data; }BiTreeNod... 阅读全文
posted @ 2017-05-25 21:12
云胡同学
阅读(89)
评论(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
云胡同学
阅读(143)
评论(0)
推荐(0)

浙公网安备 33010602011771号