https://github.com/youseftareq33/java_algorithm_2_huffmancode
Huffman Code for compression and decompression file
https://github.com/youseftareq33/java_algorithm_2_huffmancode
algorithm huffman-compression-algorithm java javafx
Last synced: 24 days ago
JSON representation
Huffman Code for compression and decompression file
- Host: GitHub
- URL: https://github.com/youseftareq33/java_algorithm_2_huffmancode
- Owner: youseftareq33
- Created: 2024-07-16T20:56:27.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-16T21:06:28.000Z (10 months ago)
- Last Synced: 2025-02-16T10:44:38.902Z (3 months ago)
- Topics: algorithm, huffman-compression-algorithm, java, javafx
- Language: Java
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Huffman Code
# Description:
Implementing Huffman Coding for file compression and decompression using a priority queue and custom binary tree design.
The program reads, compresses, and writes data to a file using Huffman encoding,
ensuring lossless compression and accurate decompression to match the original file.# Note: there is app_photo folder