Skip to content

Files

Latest commit

 

History

History
16 lines (12 loc) · 876 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 876 Bytes

Huffman-encoding

This project was created as part of Algorithm Analysis course. Its is a Java project that implemnts Huffman encoding algorithm, the interface was created using JavaFX

The input.txt file is an example of an input file.

App screenshots:

User browse the file: 1h

User choses whether to compress or decompress: 3h

When the compressed file is ready to be downloaded: 4h

Shows the generated huffman encodings for each charachter: 5h