摘要: #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 阅读(342) 评论(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 阅读(552) 评论(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 阅读(221) 评论(0) 推荐(0) 编辑