The Wayback Machine - https://web.archive.org/web/20210903034948/https://github.com/topics/huffman-compression-algorithm
#
huffman-compression-algorithm
Here are
231 public repositories
matching this topic...
Defines a lossless compressed data format that is independent of CPU type, operating system, file system, and character set, and is suitable for compression using the XP10 algorithm.
Updated
Jun 30, 2021
Verilog
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
My solutions to the assignments I have undertaken for the CS106B (Programming Abstractions in C++) course, in Stanford University. (2017-2018)
Huffman encode/decode text
Updated
Apr 13, 2019
TypeScript
Very simple 8 bits huffman encoder/decoder with pure C.
Huffman树,Huffman编码,压缩bmp图像。
All projects of Data Structure course in an integrated GUI application
Huffman encoding of Bitmap images
Updated
Jan 26, 2018
Python
A program that can losslessly compress and decompress files using Huffman Encoding
📦 Zip and Unzip files using Huffman's code and LZW Algorithm
Updated
Aug 22, 2017
Java
A Huffman Coding compression application. Compress and decompress files with respective code-books. Comes with a standalone executable and GUI.
Updated
Jan 2, 2018
Python
A file compression program written in C++ to compress files using Huffman Coding
This repo is an implementation of both constant and variable huffman encoding.
Browser-based Huffman encoding visualisation tool written in Typescript with HTML Canvas.
Updated
Aug 31, 2021
TypeScript
It is a text file, script file Compression and Decompression Program which uses Huffman Algorithm for Compression and Decompression
An implementation of Huffman Codes in Node.js
Updated
Oct 13, 2018
JavaScript
This is a very simple file compression tool written in C++.
Huffman encoding and decoding using priority queues in Java
Updated
Jul 11, 2017
Java
Codes related to the Algorithms Course at IIT (BHU) Varanasi
Implementación Algoritmo de Huffman, código original de Salvador Pozo Coronado
Zippy : File compression/decompression software in Haskell
Updated
Apr 28, 2018
Haskell
My experience with Rust on Rust Algorithm Course at Packt Publish
Updated
Mar 11, 2021
Rust
The idea behind Huffman coding is based upon the frequency of a symbol in a sequence. The symbol that is the most frequent in that sequence gets a new code that is very small, the least frequent symbol will get a code that is very long, so that when we’ll translate the input, we want to encode the most frequent symbols will take less space than they used to and the least frequent symbols will take more space.
Java code to compress a text file with Huffman encoding
huffman implementation in C
Python code for Huffman's compression algorithm
Updated
Jul 18, 2017
Python
📦 Huffman Coding Compression Algorithms with Encoding and Decoding using C++
Python lossless data compression library
Updated
May 30, 2020
Python
The huffPP (Huffman Coding Plus Plus) is a utility tool written in C++ 20 to compact and unzip files using the huffman coding algorithm.
Improve this page
Add a description, image, and links to the
huffman-compression-algorithm
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
huffman-compression-algorithm
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.