摘要:
#include <stdio.h>#include <string.h>#include <stdlib.h>#define N50struct Node/* 树结点类型 */{charinfo;/* 数据域 */struct Node*parent;/* 父结点 */struct Node*lchild;/* 左孩子结点 */struct Node*rchi... 阅读全文
posted @ 2010-01-17 20:56
明之道
阅读(4820)
评论(0)
推荐(1)

浙公网安备 33010602011771号