GitHub topics: huffman-coding-algorithm
sathish-a/HuffmanCode
Language: Java - Size: 1.95 KB - Last synced at: 9 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

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.
Language: Python - Size: 68.4 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Holy-Morphism/Smart-Text-Editor
A console based text editor that will suggest words from a Dictionary
Language: C++ - Size: 928 KB - Last synced at: 13 days ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

HarshJainofficial/Huffman-coding
HuffmanCoding is loseless file compression algo use for compressing Text , Image and other file compressioning
Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MuhammadAhmad21042002/Huffman-Encoding-in-Cpp
C++ implementation of Huffman Encoder and Decoder
Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nrutkowski1/HuffmanEncoding
Compress and decompress a file using the Huffman encoding technique
Language: Python - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

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.
Language: C++ - Size: 11.9 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

locchuong/HuffmanCodingTree
Compresses and decompresses files using a Huffman Coding Tree. Run Executable or compile program to run.
Language: C++ - Size: 2.63 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Elzawawy/huffman-coding-zipper
A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.
Language: C++ - Size: 6.2 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 19 - Forks: 14

e-hengirmen/Huffman-Coding
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
Language: C++ - Size: 181 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 81 - Forks: 7

Debraj-Dey/Huffman_Encoding_Decoding
An Web Application that uses Huffman Coding for compressing & decompressing txt files.
Language: JavaScript - Size: 791 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

lluiscamino/HuffmanFileCompressor
Java compression application based on Huffman's coding
Language: Java - Size: 84 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

FerrazArthur/Huffman-Compression-Algorithm
Personal implementation of huffman coding algorithm applied to compress files in .art format
Language: C - Size: 72.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

mis94/Huffman-coding-algorithm
Huffman coding algorithm implementation.
Language: Java - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

TheodoreRap/Huffman-Algorithm
Huffman Algorithm using Matlab
Language: MATLAB - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

strmrider/Data-compression
Data compression C++ library
Language: C++ - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

OskarCali/Huffman 📦
Programa para obtener la cantidad de información de un texto. Ingeniería en Software UPPachuca (PE 2010). Seguridad Informática.
Language: C# - Size: 685 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

mohamedAhmedMokhtarElkomy/Huffman-coding-algorithm
App using c-language to make compress and decompress for text files
Language: C++ - Size: 93.8 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Reda-BELHAJ/Huffmancoding
This program compresses a string of characters using Huffman's algorithm.
Language: C - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

arnab132/Huffman-Coding-Python
Implementation of Huffman Coding using Python
Language: Python - Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 3

aashrafh/Huffman
Huffman implementation for encode/decode text
Language: Python - Size: 13.7 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

PhoenixDD/Huffman-Encode_Decode
A c++ program to compresses and decompresses files using Huffman algorithm.
Language: C++ - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 4

LeviEyal/Algorithms-2-Course
A collection of pseudo-codes of all the algorithms studied in the Algorithms-2 2021 course
Size: 12.7 KB - Last synced at: 2 days ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

ElizaLo/Data-Compression-Methods
Hamming, Huffman and etc algorithms
Language: Jupyter Notebook - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

andreilukichoff/static-huffman
Language: C++ - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

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.
Language: C++ - Size: 51.8 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

tjazerzen/Huffman_encoding_decoding
Huffman encoding and decoding tree in python
Language: Python - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 2

suryansh098/Algorithms
Important Algorithms
Language: C++ - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

NNSatyaKarthik/ADS_Project_HuffmanCodec
Encoder & Decoder analyzing various heaps (pairing heaps / Dary (binary / 4way ) - kbased indexing)
Language: Java - Size: 2.08 MB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

jgesc/huffman-coding
An implementation of Huffman Coding Compression written in C
Language: C - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Moglten/Nanodegree-Data-structure-and-Algorithm-Udacity
Simply,Nanodegree Data structure and Algorithm Udacity Content
Language: Jupyter Notebook - Size: 35.1 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ckallum/Huffman-Coding
A command line implementation in C of the Huffman Coding algorithm.
Language: C - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

gusenov/huffman-qt Fork of piyushkant/Huffman-algorithm-implementation-in-Qt
:clamp: Имплементация алгоритма Хаффмана на Qt.
Language: C++ - Size: 1.05 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

owalid/Huffman_coding
Huffman Algorithm
Language: Java - Size: 58.6 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

pintuiitbhi/Huffman-Coding
Implementation of huffman algorithm in python
Language: Python - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

vvalmeidas/WINMonster
Software to compress .txt files, based in Huffman's algorithm and implemented in Java.
Language: Java - Size: 404 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0
