public class Huffman extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_CODE_LENGTH |
Constructor and Description |
---|
Huffman(Collection<VocabWord> words) |
public static final int MAX_CODE_LENGTH
public Huffman(Collection<VocabWord> words)
Copyright © 2015. All rights reserved.