Module
Data.Huffman.Codewords
- Package
- purescript-huffman
- Repository
- joellefkowitz/huffman
#utf16ToBinary Source
utf16ToBinary :: String -> String
#composeCodewords Source
composeCodewords :: String -> Codewords
#collapseTree Source
collapseTree :: HuffmanTree -> String -> Array (Tuple Letter String)