There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This repository contains one encode script and one decode script. The encode script will generate the huffman table and export it to table.txt, and encode the following string to bitarray, and then export it to compresed.bin.The decode function generates the huffman tree from the available huffman table in table.txt, and then proceeds to decode the bitarray to the original string.