You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python implementation of the LZHUF compression algorithm, ported from the C version at ARSFI/Winlink-Compression. Supports encoding and decoding data using a binary search tree and Huffman coding. Ideal for retro computing, ASCII art compression, or experimental projects.