https://github.com/pankhurisriv/filecompressor-decompressor
A program based on Huffman’s Compression Algorithm which can compress and decompress text file consisting of 128 ASCII characters.
https://github.com/pankhurisriv/filecompressor-decompressor
compression-algorithm cpp huffman-algorithm huffman-tree
Last synced: 6 months ago
JSON representation
A program based on Huffman’s Compression Algorithm which can compress and decompress text file consisting of 128 ASCII characters.
- Host: GitHub
- URL: https://github.com/pankhurisriv/filecompressor-decompressor
- Owner: Pankhurisriv
- Created: 2023-06-10T19:33:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T19:47:13.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T15:43:53.962Z (about 1 year ago)
- Topics: compression-algorithm, cpp, huffman-algorithm, huffman-tree
- Language: C++
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HUFFMAN COMPRESSOR
A program based on Huffman’s Compression Algorithm which can compress and decompress text file consisting of 128 ASCII characters.