Skip to content

meghanamreddy/Huffman-encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman-encoding

Implemented huffman encoding using heap datastructure.

October 2013

To run the code -
python test_huffman.py

The huffman code compresses a given file and finally uncompresses it. The test code runs the huffman code against the three test cases text1, text2, and text3; checks if the compression is done correctly.

About

Implemented huffman encoding using heap datastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages