Compression
Wed 23 May 2018
Huffman Coding
Create a prefix tree of the symbols in your data. Order them by frequency. Tag the most frequent symbols with the least amount of bits.
Wed 23 May 2018
Create a prefix tree of the symbols in your data. Order them by frequency. Tag the most frequent symbols with the least amount of bits.