https://github.com/endreot/huffman-code
C# Implementation of huffman compression algorithm
https://github.com/endreot/huffman-code
csharp huffman-compression-algorithm
Last synced: about 1 month ago
JSON representation
C# Implementation of huffman compression algorithm
- Host: GitHub
- URL: https://github.com/endreot/huffman-code
- Owner: EndreoT
- License: mit
- Created: 2020-01-06T01:01:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T02:36:48.000Z (over 1 year ago)
- Last Synced: 2025-02-13T21:39:12.835Z (3 months ago)
- Topics: csharp, huffman-compression-algorithm
- Language: C#
- Homepage:
- Size: 132 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Huffman-Code
## Description
A command line script implementation of Huffman Encoding. Currently encodes an argument string and then decodes and prints it.## Future improvements
- [ ] Save both huffman tree and binary string encoding in a binary file
- [ ] Be able to decode a binary file containing both both huffman tree and binary string encodingResources: https://en.wikipedia.org/wiki/Huffman_coding