News

This project is a desktop-based Java application that performs Text File Compression and Decompression using Huffman Coding. Huffman Coding is an efficient greedy algorithm that reduces file size by ...
This program compresses files and folders into a set of compressed files such that of each compressed file doesn't exceed a maximum size. This program can be used for decompressing the files that it ...