Skip to content

nassim-fox/Huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman

Implementation of the Huffman algorithme in C

How it works

Given an input file ( input.txt ) , the program reads its content and builds up a corresponding Huffman tree, giving each unique caracter a binary code and storing the result in the output file ( output.txt )

About

Implementation of the Huffman algorithme in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages