Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 256 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 256 Bytes

Huffman Compression Project

This project uses Huffman algorithm for data compression and decompression by assigning variable-length codes to characters based on their frequencies. A simple interface was implemented using JavaFX to ease file selection.