Skip to content

mdevino/HuffmanCoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
madpprofile
Jun 20, 2016
2bcd62d · Jun 20, 2016

History

2 Commits
Jun 20, 2016
Jun 20, 2016
Jun 20, 2016
Jun 20, 2016
Jun 20, 2016

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

No packages published

Languages