Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammychinedu2ky/shannon-fano-encoding
https://github.com/sammychinedu2ky/shannon-fano-encoding
hacktoberfest
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sammychinedu2ky/shannon-fano-encoding
- Owner: sammychinedu2ky
- License: mit
- Created: 2021-10-01T15:34:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T05:54:06.000Z (about 3 years ago)
- Last Synced: 2024-11-03T02:38:36.575Z (15 days ago)
- Topics: hacktoberfest
- Language: C#
- Size: 509 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# ShanNon-Fano Algorithm in C#
Tried implementing the Shannon-Fano Algorithm in C# for encoding characters.
Shannon-Fano Algorithm is an entropy encoding technique for lossless data compression of multimedia.
It can be described as a variable-length coding based on the frequency of occurrence of each character.## Installation
- `dotnet tool install --global SHANNON-FANO --version 1.1.1`## Usage
- `shannon [word_to_encode`]
eg: `shannon samson`![shannon command line tool](shannon.gif)