Skip to content

mdevino/HuffmanCoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Coding

This project contains an implementation of a huffman tree. Huffman tree is used to store data using less bits that it would use if stored normaly. Basically, it uses less bits to represent the most occurred characters. You can read about Huffman coding if you want to learn morea bout it.

This project is implemented using C language. The IDE used is NetBeans 8.1 on a Ubuntu 14.04LTS operational system. At the moment only the tree is finished. You are free to use and edit this code, although I would be grateful if you give me credits for that.

TODO list:

  • Encoding
  • Decoding

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages