class Huffman

Defined in:

huffman.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def alphabet : Array(String) #

[View source]
def generate_hints(alphabet : Array(String), n : Int32) #

[View source]
def n : Int32 #

[View source]
def queue : PriorityQueue(HuffmanNode) #

[View source]
def translate_path(path) #

[View source]