摘要: 学习日志 typedef struct node {telemtype data ; struct node lch, rch; }bin, bit; //二叉链表定义 void xxbl(bit root) {if(root==NULL) return ; else { visit(root da 阅读全文
posted @ 2020-04-30 22:45 八一丶 阅读(123) 评论(0) 推荐(0)