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.
See step-by-step process and representation of the Huffman Algorithm with given data
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 simple program to encode/decode a text file by huffman algorithm
Here are a few smaller projects that demonstrate the compression of texts. Starting with the Huffman Code and the Exponential Golomb Code (exp-golomb).
A home-brew compression engine using Huffman trees.
A compression tool that applies LZSS and Huffman algorithms for efficient multi-layered text compression.
Algorithms Academic Course's Project.
Huffman coding which is based not only on 1 character frequency, but also combinations of 2 characters. Oriented on producing more compact results rather than speed.
Huffman Coding Algorithm(Greedy technique)
Huffman Compression Algorithm
Text compression, storage, and retrieval using the Huffman code.
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."