#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 /*各種結(jié)點(diǎn)數(shù)*/
char le[m],l[m],r[m],ro[m] /*用與存放各種結(jié)點(diǎn)*/
typedef struct BiTNode/*定義二叉樹*/
標(biāo)簽:
include
lt
gt
graphics
上傳時(shí)間:
2013-12-15
上傳用戶:liansi