Skip to content

hanadiasfour/Huffman-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.