Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LeafCCC/HuffmanFileCompression
Use Huffman algorithm for file compression and decompression.
https://github.com/LeafCCC/HuffmanFileCompression
Last synced: 3 months ago
JSON representation
Use Huffman algorithm for file compression and decompression.
- Host: GitHub
- URL: https://github.com/LeafCCC/HuffmanFileCompression
- Owner: LeafCCC
- Created: 2019-11-15T04:18:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T05:17:04.000Z (almost 3 years ago)
- Last Synced: 2024-05-22T19:32:30.347Z (9 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-scs - 2019 - HuffmanFileCompression
README
# HuffmanFileCompression
Huffman algorithm is used for file compression and decompression. There are detailed comments, so I won't explain more.