A well known compression method is Huffman Coding. This method replace data with a code called Huffman code. The code be created from binary tree traversal. The code is saved in a file as header file. Compressed data is saved after header file. This research discuss how to save Huffman Code and compressed data into a file and how to decompress it.
Copyrights © 2023