Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 193 Bytes

huffman-coding.md

File metadata and controls

3 lines (2 loc) · 193 Bytes

Huffman Coding

Huffman coding is an efficient way to compress data, normally saving 20% ~ 90% spaces. It sees data as character sequences and encode it with an optimal binary representation.