Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 278 Bytes

File metadata and controls

5 lines (4 loc) · 278 Bytes

HuffmanCoding

A simple C++ implementation of Huffman coding.

Implemented huffman coding as little practice project for compression algorithms. Got inspired by Marcus Hutter's Website about the relation of intelligence and compression (http://www.hutter1.net/ai/uaibook.htm).