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.
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.
File Compression tool is an C# desktop application using Huffman Encoding Algorithm
See step-by-step process and representation of the Huffman Algorithm with given data
a simple program to encode/decode a text file by huffman algorithm
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 compression tool that applies LZSS and Huffman algorithms for efficient multi-layered text compression.
A home-brew compression engine using Huffman trees.
Algorithms Academic Course's Project.
Huffman Compression Algorithm
CLI for encoding and decoding Morse code and comparing Morse efficiency with deterministic Huffman coding.
Huffman Coding Algorithm(Greedy technique)
Estruturas de dados e algoritmos clássicos implementados do zero — Huffman (C) e Dijkstra (C#).
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.
To associate your repository with the huffman-coding topic, visit your repo's landing page and select "manage topics."