摘要:
#include#include#include#include#include#includeconst int MAX=50;using namespace std;int h[MAX];int N=10;//长度 void sifup(int i){ if(i==1) { return; }... 阅读全文
posted @ 2015-04-22 17:20
Sundy.Lee
阅读(349)
评论(0)
推荐(0)
摘要:
#include#include#include#include#include#includeconst int MAX=50;using namespace std;int h[MAX];void sifup(int i){ if(i==1) { return; } while(i/2!=0... 阅读全文
posted @ 2015-04-22 16:26
Sundy.Lee
阅读(560)
评论(0)
推荐(0)
摘要:
#include#include#include#include#include#include//const MAX=50;using namespace std;struct BitreeNode{ //int num=1; int data; BitreeNode *lchild; Bitre... 阅读全文
posted @ 2015-04-22 14:43
Sundy.Lee
阅读(224)
评论(0)
推荐(0)

浙公网安备 33010602011771号