示例#1
0
 private HuffmanChain(Dictionary <char, HuffmanTree> trees, HuffmanTree overall)
 {
     this.trees   = trees;
     this.overall = overall;
 }