Skip to content

Here are a few smaller projects that demonstrate the compression of texts. Starting with the Huffman code.

License

Notifications You must be signed in to change notification settings

michelenatale/Compress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Compress

Huffman Coding

The Huffman code is the typical classic among compression codes, as this is an algorithm for lossless data compression. The C# code has a simple structure and fulfills the very fast derivation of the Huffman code, as well as the decoding. It's worth taking a look.

https://github.com/michelenatale/Compress/tree/main/HuffmanCoding

About

Here are a few smaller projects that demonstrate the compression of texts. Starting with the Huffman code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages