The Wayback Machine - https://web.archive.org/web/20211019111616/https://github.com/topics/huffman-algorithm
Here are
73 public repositories
matching this topic...
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
Using huffman coding to compress-decompress real-world files
Huffman encode/decode text
Updated
Oct 2, 2021
TypeScript
This repo is an implementation of both constant and variable huffman encoding.
Simple File Compressor & Extractor (huffman-algorithm-compression-zip)
A PE (Portable Executable) packer with Huffman Compression and Xor encryption.
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.
A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.
This is the implementation of 3rd Part in 3-Part Series of Algorithms Illuminated Book. All Implementations in this repository are written in both Python and Golang. Single IPython Notebook contains all Algorithms given in this Part 3.
Updated
Apr 7, 2021
Jupyter Notebook
File compression program using Static and Dynamic Huffman Algorithms with C# programming language.
Huffman compression algorithm made with python
Updated
Sep 8, 2018
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.
Compress and decompress a file using the Huffman encoding technique
Updated
Nov 27, 2018
Python
A c++ program to compresses and decompresses files using Huffman algorithm.
Huffman encoding and decoding tree in python
Updated
Aug 12, 2019
Python
Visual Studio 2017 C++ Console Project
This program compresses a string of characters using Huffman's algorithm.
Huffman implementation for encode/decode text
Updated
Mar 16, 2020
Python
Data compression and decompression program using Huffman Algorithm in C++
同济大学CS《数据结构课程设计》暑期作业TongJi University CS data structure assignment
Updated
Jul 25, 2021
Python
Implementation of the Huffman Algorithm. (Linked List, Trees, Files)
Examples of Coding Theory
Updated
Jan 11, 2019
Kotlin
Compresses and decompresses files using a Huffman Coding Tree. Run Executable or compile program to run.
[2014] Trabajo práctico de algoritmos y estructuras de datos - Compresor de archivos (algoritmo de Huffman): C++
Huffman Coding implementation in java
Updated
Oct 24, 2020
Java
Huffman tree encoding & decoding for data compression
encryption and decryption with huffman algorithm using C++
Single file Cpp implementation of Huffman encoding and decoding
Improve this page
Add a description, image, and links to the
huffman-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-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.