Thanks to visit codestin.com
Credit goes to github.com

Skip to content

For compressing files with using Huffman Coding algorithm.

Notifications You must be signed in to change notification settings

NCirit/HuffmanCompressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

HuffmanCompressor

Compressed File Format

First byte represents the bits that appended for huffman codes

11(in binary): represents the end of the tree 00: means go left 01: means go right 10: means the node is a leaf

after the huffman codes comes characters that each leaf represents, and after that comes 1 byte that reperesnt appended bits for compressed data , and after that byte the data that compressed using huffman codes comes.

About

For compressing files with using Huffman Coding algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages