霍夫曼樹

#include<iostream> #include<stdlib.h> #include<cstring> using namespace std; typedef struct hftree{ int might; int parent,lch,rch; char data; }*tree,node; typedef char** treecode; int length;//字符串
相關文章
相關標籤/搜索