Skip to content

ajeet97/Huffman-Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Coding

Write your data into file 'input.txt'.

To Compile: make

To Encode: make encode
Encodes the data of file 'input.txt'.
Character code table is written in file 'encoding.txt' as '<Char Ascii><space><Code>'.

To Decode: make decode
Decodes the data of file 'encodedOutput.txt'.

To Clean: make clean
Deletes the extra file which were creted while compiling, encoding and decoding.

About

This program encodes and decodes the input text using huffman coding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published