struct HuffmanNode

Defined in:

huffman.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(weight : Int32, children : Array(HuffmanNode)) #

[View source]

Instance Method Detail

def children : Array(HuffmanNode) #

[View source]
def weight : Int32 #

[View source]