A data compression tool using the deflate scheme for text compression.
-
Updated
May 7, 2018 - C#
A data compression tool using the deflate scheme for text compression.
File compression program using Static and Dynamic Huffman Algorithms with C# programming language.
File Compression tool is an C# desktop application using Huffman Encoding Algorithm
In this term project we as a group, tried to revise the Huffman Algorithm of compression and implement it for encoding and decoding data by using the frequency of letters on the binary tree data structure.
A compression tool that applies LZSS and Huffman algorithms for efficient multi-layered text compression.
A home-brew compression engine using Huffman trees.
A few smaller projects that demonstrate text compression, such as the classic Huffman code and the exponential Golomb code (exp-golomb). There is also a best-practice solution for Brotli and GZip, as well as "FileCompressPackage" a file archiver similar to TAR, but with a minimal feature set and using Async/Await.
a simple program to encode/decode a text file by huffman algorithm
See step-by-step process and representation of the Huffman Algorithm with given data
Algorithms Academic Course's Project.
Huffman Coding Algorithm(Greedy technique)
Text compression, storage, and retrieval using the Huffman code.
Huffman Compression Algorithm
Add a description, image, and links to the huffman-coding topic page so that developers can more easily learn about it.
To associate your repository with the huffman-coding topic, visit your repo's landing page and select "manage topics."