/huffman-coding

A program which will get an input file (*.txt format) than it will build an huffman tree from characters of input file and it will find huffman codes of each characters using huffman tree algorithm.

MIT LicenseMIT

Huffman-Coding

A program which will get an input file (*.txt format) than it will build an huffman tree from characters of input file and it will find huffman codes of each characters using huffman tree algorithm.