huffman-decoder
There are 61 repositories under huffman-decoder topic.
weissenberger/gpuhd
Massively Parallel Huffman Decoding on GPUs
SamirPaulb/txt-compressor
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
EncodeDecodeStepByStep/EncodeDecodeStepByStep
Encode Decode Step by Step is an open-source educational application designed to simplify bitwise file encodings. It integrates six encoding algorithms: Delta, Unary, Elias-Gamma, Fibonacci, Golomb, and Huffman - through a user-friendly graphical interface. Ideal for educational use, this tool offers a hands-on approach to teach encoding strategies
kishore-ganesh/HuffmanCompressor
A program that can losslessly compress and decompress files using Huffman Encoding
eyaler/ztml
Extreme inline text compression for HTML / JS. A custom pipeline that generates stand-alone HTML or JS files which embed competitively compressed self-extracting text, with file sizes of 25% - 40% the original.
arnab132/Huffman-Coding-Python
Implementation of Huffman Coding using Python
Wittline/Huffman-decoding
A New Approach for Efficient Sequential Decoding of Static Huffman Codes
ap-atul/Huffman-Compression
Huffman encoding and decoding with simple Serial and Parallel implementations for CPU and GPU
tjazerzen/Huffman_encoding_decoding
Huffman encoding and decoding tree in python
austinmhorn/HuffmanTree
Huffman Tree Encoder using custom Priority Queue written in C++
Holy-Morphism/Smart-Text-Editor
A console based text editor that will suggest words from a Dictionary
mahdimoghassemi/Huffman-Encoding-Decoding-Algorithm
This Java repository contains a robust implementation of Huffman encoding and decoding algorithms
Mark-ThinkPad/coding_task
<多媒体计算机技术> 专选课作业
nrutkowski1/HuffmanEncoding
Compress and decompress a file using the Huffman encoding technique
SelcuukYilmazz/Huffman-Decoding-System
This project encodes then decodes sentences with HUFFMAN Decoding Way. Huffman algorithm and binary tree implementation.
Debraj-Dey/Huffman_Encoding_Decoding
An Web Application that uses Huffman Coding for compressing & decompressing txt files.
FARZINzx/HuffmanCoding
This project implements Huffman Encoding and Decoding in Java, complete with a graphical user interface (GUI) to visualize the Huffman Tree, Huffman Codes, character frequencies, encoded text, and decoded text. The application also supports file upload and saving encoded and decoded text.
JLMSC/Codificacao-Huffman
Aplicação desenvolvida em JAVA que realiza a Codificação de Huffman e a Descodificação.
kizzandev/CodingWithKevin
Here you may find some C++ and Python code.
locchuong/HuffmanCodingTree
Compresses and decompresses files using a Huffman Coding Tree. Run Executable or compile program to run.
Mohammed-CE/Huffman
Huffman coding and decoding with GUI
rohanmittal1163/Huffman-Compressor-Decompressor
Created by David Huffman a Huffman Coding Algorithm where data is being compressed using the Huffman Coding technique to become smaller without losing any of its information.
rohitkrishna094/huffman-encoder-decoder
A small implementation of Huffman encoding and decoding in Java
ShikharSahu/HuffmanCoder
A simple package that allows you to perform Huffman coding on user input strings.
solomspd/text-compressor
Tool to compress and decompress text files. Uses huffman encoding.
tech-sam/HuffmanDecoding
Huffman Coding
yannickperrenet/huffman-coding
🏃 The fastest Python implementation of Huffman coding by using a Finite State Machine
Moontaz/Huffman-Code-Algorithm-V1
Implementation of Huffman Algorithm for encode and decode image using python
MuhammadAhmad21042002/Huffman-Encoding-in-Cpp
C++ implementation of Huffman Encoder and Decoder
Your-vo1d/Huffman_encoding_decoding
This repository provides an implementation of a compression algorithm of this type, the Huffman algorithm. This algorithm is implemented in the Python programming language.
Yurand2000/huffman-encoder
Exam project for Parallel and Distributed Systems course, A.A. 2022/2023. Compilation and Execution instructions coming soon...
Astrodynamic/Huffman-Data-Compression-Algorithm
Huffman Data Compression Algorithm: A C++ implementation of the lossless data compression algorithm for reducing file sizes while preserving data integrity.
avinashyadav16/ZipperPlace
Check out the clear explanation of the ZipperPlace Algorithm: https://prezi.com/p/nralwfgdk_mu/huffman/
davidmasi/Huffman-Compressor
Using the infamous Huffman coding algorithm, this program is capable of encoding and decoding large text files.
TarasYashchuk/TextCompressor
TextCompressor with compression and decompression algorithms: LZW RLE Huffman Coding algorithm