[][src]Function huffman_tree::decoding

pub fn decoding(tree: &HuffmanTree, buff: &String) -> String

利用具有n个节点的最优二叉树进行译码,叶子的下标为1-n, buff是二进制位串编码序列