/Huffmancoding

This program compresses a string of characters using Huffman's algorithm.

Primary LanguageC

Huffman Coding

In computer science and information theory, a Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression. The process of finding or using such a code proceeds by means of Huffman coding ... WikiPedia