huffman-coding-algorithm
There are 36 repositories under huffman-coding-algorithm topic.
Elzawawy/huffman-coding-zipper
A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.
PhoenixDD/Huffman-Encode_Decode
A c++ program to compresses and decompresses files using Huffman algorithm.
arnab132/Huffman-Coding-Python
Implementation of Huffman Coding using Python
ElizaLo/Data-Compression-Methods
Hamming, Huffman and etc algorithms
tjazerzen/Huffman_encoding_decoding
Huffman encoding and decoding tree in python
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
LeviEyal/Algorithms-2-Course
A collection of pseudo-codes of all the algorithms studied in the Algorithms-2 2021 course
nrutkowski1/HuffmanEncoding
Compress and decompress a file using the Huffman encoding technique
strmrider/Data-compression
Data compression C++ library
Debraj-Dey/Huffman_Encoding_Decoding
An Web Application that uses Huffman Coding for compressing & decompressing txt files.
locchuong/HuffmanCodingTree
Compresses and decompresses files using a Huffman Coding Tree. Run Executable or compile program to run.
NNSatyaKarthik/ADS_Project_HuffmanCodec
Encoder & Decoder analyzing various heaps (pairing heaps / Dary (binary / 4way ) - kbased indexing)
Reda-BELHAJ/Huffmancoding
This program compresses a string of characters using Huffman's algorithm.
TheodoreRap/Huffman-Algorithm
Huffman Algorithm using Matlab
eugene-popov/Huffman-Archiver
A compression tool utilizing the Huffman coding algorithm.
FerrazArthur/Huffman-Compression-Algorithm
Personal implementation of huffman coding algorithm applied to compress files in .art format
mohamedAhmedMokhtarElkomy/Huffman-coding-algorithm
App using c-language to make compress and decompress for text files
MuhammadAhmad21042002/Huffman-Encoding-in-Cpp
C++ implementation of Huffman Encoder and Decoder
suryansh098/Algorithms
Important Algorithms
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.
aashrafh/Huffman
Huffman implementation for encode/decode text
ckallum/Huffman-Coding
A command line implementation in C of the Huffman Coding algorithm.
gusenov/huffman-qt
:clamp: Имплементация алгоритма Хаффмана на Qt.
HarshJainofficial/Huffman-coding
HuffmanCoding is loseless file compression algo use for compressing Text , Image and other file compressioning
jgesc/huffman-coding
An implementation of Huffman Coding Compression written in C
lluiscamino/HuffmanFileCompressor
Java compression application based on Huffman's coding
mihany/Text-Compression-Utility
ASCII files can be compressed to smaller sizes by using variable length Huffman Coding. By analyzing the different probabilities of the various symbols that occur in a given file, we can build a Huffman tree to come up with a minimal, optimized binary list of code words for these symbols.
mis94/Huffman-coding-algorithm
Huffman coding algorithm implementation.
Moglten/Nanodegree-Data-structure-and-Algorithm-Udacity
Simply,Nanodegree Data structure and Algorithm Udacity Content
OskarCali/Huffman
Programa para obtener la cantidad de información de un texto. Ingeniería en Software UPPachuca (PE 2010). Seguridad Informática.
owalid/Huffman_coding
Huffman Algorithm
pintuiitbhi/Huffman-Coding
Implementation of huffman algorithm in python
vvalmeidas/WINMonster
Software to compress .txt files, based in Huffman's algorithm and implemented in Java.