Huffman Coding implementation in Java for lossless data compression and decompression using a priority queue-based Huffman tree.
-
Updated
Feb 15, 2025 - Java
Huffman Coding implementation in Java for lossless data compression and decompression using a priority queue-based Huffman tree.
Simple text file compression and decompression tool
A simple, lossless text file compressor and decompressor built in Java using Huffman Coding. It shrinks files by giving shorter codes to frequent characters, and restores them exactly when decompressed. Features include a command‑line interface, clean modular design, and efficient bit‑level file handling
Add a description, image, and links to the lossless-compression topic page so that developers can more easily learn about it.
To associate your repository with the lossless-compression topic, visit your repo's landing page and select "manage topics."