https://github.com/sondosaabed/huffman-encoding
Java project that implemnts Huffman encoding algorithm
https://github.com/sondosaabed/huffman-encoding
huffman-coding huffman-compression-algorithm java javafx-application
Last synced: 2 months ago
JSON representation
Java project that implemnts Huffman encoding algorithm
- Host: GitHub
- URL: https://github.com/sondosaabed/huffman-encoding
- Owner: sondosaabed
- Created: 2023-01-14T19:16:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T21:24:31.000Z (over 2 years ago)
- Last Synced: 2025-03-29T16:34:22.233Z (3 months ago)
- Topics: huffman-coding, huffman-compression-algorithm, java, javafx-application
- Language: Java
- Homepage:
- Size: 54.7 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 JavaFXThe input.txt file is an example of an input file.
# App screenshots:
User browse the file:
User choses whether to compress or decompress:
When the compressed file is ready to be downloaded:
Shows the generated huffman encodings for each charachter:
