Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-16T21:06:28.000Z (7 months ago)
- Last Synced: 2024-11-06T06:26:28.801Z (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