huffman-encoder
There are 93 repositories under huffman-encoder topic.
e-hengirmen/Huffman-Coding
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
mVirtuoso21/JPEG-Image-Compressor
A Python program that compresses raw images based on the JPEG compression algorithm.
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
Abhiram-Sharma/DSA-Projects
Few purpose oriented projects in C++ and Java involving Fundamental Data Structures and Crucial Algorithms
arnab132/Huffman-Coding-Python
Implementation of Huffman Coding using Python
chisasaw/file-modifier
A program to compress and decompress files
ap-atul/Huffman-Compression
Huffman encoding and decoding with simple Serial and Parallel implementations for CPU and GPU
aymyo/huffman-coding-website
An interactive web tool to learn about Huffman Coding, backed with theory to understand its key concepts.
onesy-me/huffman-code
Huffman code
tjazerzen/Huffman_encoding_decoding
Huffman encoding and decoding tree in python
1024Adam/ARCompression
Simple File Compression Program
austinmhorn/HuffmanTree
Huffman Tree Encoder using custom Priority Queue written in C++
fgarcia0x0/huffPP
The huffPP (Huffman Coding Plus Plus) is a utility tool written in C++ 20 to compact and unzip files using the huffman coding algorithm.
Holy-Morphism/Smart-Text-Editor
A console based text editor that will suggest words from a Dictionary
formiat/Huffman_Archiver
Visual Studio 2017 C++ Console Project
mahdimoghassemi/Huffman-Encoding-Decoding-Algorithm
This Java repository contains a robust implementation of Huffman encoding and decoding algorithms
Mark-ThinkPad/coding_task
<多媒体计算机技术> 专选课作业
nimaiji/huffman-coding
🖇 In computer science and information theory, a Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression.
nrutkowski1/HuffmanEncoding
Compress and decompress a file using the Huffman encoding technique
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.
gopikrishnabs/Data-compression-Using-Huffman-Coding
Data Compression Using Huffman Trees in C.
JeffreyKozik/HuffmanEncoder
Generates Huffman encoding of characters from input file resulting in compressing sample file to 58% of original size.
JLMSC/Codificacao-Huffman
Aplicação desenvolvida em JAVA que realiza a Codificação de Huffman e a Descodificação.
NadiaaOliverr/Huffman-Coding
File compression and decompression using the huffman algorithm :open_file_folder:
NyanCyanide/Huffman-Compressor
A program that uses Huffman Algorithm to compress a file, and also reverts back to original file.📁
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.
SaraAnwar97/Huffman-encoding
A program that can compress and decompress text files using Huffman encoding.
SelcuukYilmazz/Huffman-Decoding-System
This project encodes then decodes sentences with HUFFMAN Decoding Way. Huffman algorithm and binary tree implementation.
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.