Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikhaelmounay/huffman-file-zipper
A Qt-C++-based desktop file archiver with a high compression ratio based on Huffman Coding. Made as a semester project for Applied Data Structures (CSCE 2211) course @ AUC.
https://github.com/mikhaelmounay/huffman-file-zipper
compression heap huffman-coding prefix-code
Last synced: 2 days ago
JSON representation
A Qt-C++-based desktop file archiver with a high compression ratio based on Huffman Coding. Made as a semester project for Applied Data Structures (CSCE 2211) course @ AUC.
- Host: GitHub
- URL: https://github.com/mikhaelmounay/huffman-file-zipper
- Owner: MikhaelMounay
- Created: 2024-11-13T11:31:19.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2024-11-13T15:20:06.000Z (4 days ago)
- Last Synced: 2024-11-13T15:40:44.496Z (4 days ago)
- Topics: compression, heap, huffman-coding, prefix-code
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HuffmanFileZipper
A desktop file archiver with a high compression ratio based on Huffman Coding.