Skip to content

Python implementation of binary-adaptive-huffman-coding used for compression. (FGK algorithm)

Notifications You must be signed in to change notification settings

0wit/binary-adaptive-huffman-coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binary_adaptive_huffman_coding

Huffman adaptive coding implementation (FGK algoritmus). Made for Data compression course on UPOL led by doc. Mgr. Jan Outrata, Ph.D with help of Mgr. Tomáše Urbanec. Pseudocode: https://www.stringology.org/DataCompression/fgk/index_en.html. There is also a Czech version of the program -> main_cz.py.

(examples are stored in test-examples directory, to compress file it has to be in the same directory as main.py) Examples of testing the implementation on various formats:

image image image image image image image image image image

About

Python implementation of binary-adaptive-huffman-coding used for compression. (FGK algorithm)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages