#Include<malloc.h>
#Include<limits.h>
#Include<stdio.h>
#Include<graphics.h>
#Include<io.h>
#Include<math.h>
#Include<process.h>
#Include<conio.h>
#define m 100
#define OK 1
typedef int Status
typedef char TElemType /*樹元素的類型*/
int t=35
int n=20
int h=14
int u=2
int leaf=0,non_l_leaf=0,non_r_leaf=0,root=0 /*各種結點數*/
char le[m],l[m],r[m],ro[m] /*用與存放各種結點*/
typedef struct BiTNode/*定義二叉樹*/
標簽:
Include
lt
gt
graphics
上傳時間:
2013-12-15
上傳用戶:liansi