huffman-encoder
There are 96 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
ap-atul/Huffman-Compression
Huffman encoding and decoding with simple Serial and Parallel implementations for CPU and GPU
chisasaw/file-modifier
A program to compress and decompress files
onesy-me/huffman-code
Huffman code
tjazerzen/Huffman_encoding_decoding
Huffman encoding and decoding tree in python
aymyo/huffman-coding-website
An interactive web tool to learn about Huffman Coding, backed with theory to understand its key concepts.
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
qfcy/cxx-huffman-simple
A lightweight C++ implementation of Huffman encoding compression. 一个简单的C++霍夫曼编码压缩实现。
tugrul512bit/CompressedTerrainCache
2D terrain divided into tiles, compressed on CPU, decompressed on GPU, with caching to decrease PCIE bottleneck and VRAM requirement for very big terrains.
formiat/Huffman_Archiver
Visual Studio 2017 C++ Console Project
karankotz/Huffman-Encoding-in-Java
Huffman Code to Compress a Text file in 128, 64 and 32 bit encoding.
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
cristianlivella/huffman-encoder
Simple Lisp & Prolog Huffman encoder. Final project of the course "Linguaggi di Programmazione" (Programming Languages), bachelor in Computer Science, University of Milano-Bicocca
Debraj-Dey/Huffman_Encoding_Decoding
An Web Application that uses Huffman Coding for compressing & decompressing txt files.
FARZINzx/Huffman-Coding
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/huffman-coding-cpp
Huffman Coding implementation in C++
Moontaz/Huffman-Code-Algorithm-V1
Implementation of Huffman Algorithm for encode and decode image using python
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.