簡單的C語言赫夫曼樹實現代碼

結果:node #include <stdio.h>數組 #include <MALLOC.H> #include <ASSERT.H> #include <STDLIB.H> #define NODEMAXSIZE 30 typedef int ElemType; typedef struct Node{ struct Node *left,*rigth,*parent; ElemType e;
相關文章
相關標籤/搜索