Skip to content

Latest commit

History

History
14 lines (9 loc) 路 556 Bytes

huffman-trees.md

File metadata and controls

14 lines (9 loc) 路 556 Bytes

Huffman Coding

We've previously done a bit on how DEFLATE uses both Huffman and LZ77 to compress data. Here is a bit on Huffman trees specifically.

huffman

Sources