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.
- A cool youtube video to help you out.
- A nice and short piece of writing
- Wikipedia page was also nice actually
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.