Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: huffman-compressor

pekdemir/huffman

Text comression/decompression using Huffman Encoding

Language: C++ - Size: 14.6 KB - Last synced: 7 days ago - Pushed: 7 days ago - Stars: 1 - Forks: 0

Matverk/archiver

based on the Huffman algorithm

Language: C - Size: 1.42 MB - Last synced: 15 days ago - Pushed: 16 days ago - Stars: 0 - Forks: 0

nishanttomar21/Compression-Using-Huffman-Coding-Lossless-Data-Compression

• Implemented Greedy algorithm for generating Huffman tree • Sorted frequencies using Shell Sort algorithm • Engineered it to compress any book or text file

Language: C - Size: 718 KB - Last synced: 20 days ago - Pushed: 21 days ago - Stars: 0 - Forks: 0

aashrafh/Huffman

Huffman implementation for encode/decode text

Language: Python - Size: 13.7 KB - Last synced: 28 days ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

sal123t/Huffman_Compression

Some simple Huffman compression/decompression.

Language: C - Size: 18.6 KB - Last synced: about 2 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 1

amaui-org/amaui-huffman-code

Huffman code

Language: TypeScript - Size: 482 KB - Last synced: 29 days ago - Pushed: 2 months ago - Stars: 3 - Forks: 0

kizzandev/CodingWithKevin

Here you may find some C++ and Python code.

Language: C++ - Size: 11.6 MB - Last synced: 3 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

MuhammadAhmad21042002/Huffman-Encoding-in-Cpp

C++ implementation of Huffman Encoder and Decoder

Language: C++ - Size: 5.86 KB - Last synced: 7 months ago - Pushed: 7 months 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: 7 months ago - Pushed: over 5 years ago - Stars: 2 - Forks: 0

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.

Language: Python - Size: 38.1 KB - Last synced: 10 months ago - Pushed: almost 5 years ago - Stars: 2 - 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: 10 months ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

e-hengirmen/Huffman-Coding

A C++ compression program based on Huffman's lossless compression algorithm and decoder.

Language: C++ - Size: 181 KB - Last synced: 11 months ago - Pushed: about 3 years ago - Stars: 81 - Forks: 7

DarioMejia/Castro-Mejia-Felix

Programas desarrollados para el 'Proyecto Compresor' de la materia 'Estructura del Computador 2'

Language: Python - Size: 49.7 MB - Last synced: 5 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

SusheelThapa/Huffman-Compression

Huffman Compression is a lossless data compression technique that assigns variable-length codes to different characters in a message based on their frequency.

Language: C++ - Size: 2.27 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

ptrvsrg/NSU_Labs_C

Лабораторные работы по дисциплине "Программирование" 1 курса ФИТ НГУ

Language: C - Size: 993 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

exsandebest/Archiver

Archiver based on the Huffman algorithm in Qt

Language: C++ - Size: 135 KB - Last synced: over 1 year ago - Pushed: about 3 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: about 1 month ago - Pushed: over 2 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: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

avestura/data-structure-app

All projects of Data Structure course in an integrated GUI application

Language: C# - Size: 8.02 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 11 - Forks: 2

PhoenixDD/Huffman-Encode_Decode

A c++ program to compresses and decompresses files using Huffman algorithm.

Language: C++ - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 7 - Forks: 4

ranarafay/DSA-Project

Huffman Algorithm

Language: C++ - Size: 605 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

kishore-ganesh/HuffmanCompressor

A program that can losslessly compress and decompress files using Huffman Encoding

Language: C++ - Size: 986 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 12 - Forks: 3

ElizaLo/Data-Compression-Methods

Hamming, Huffman and etc algorithms

Language: Jupyter Notebook - Size: 18.6 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 4 - Forks: 1

alimaharramli/Arch-ex

Arch(ex) - Archive and Extract (File compression using Huffman Coding)

Language: C++ - Size: 89.8 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

andreilukichoff/static-huffman

Language: C++ - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

MeanZhang/HuffmanPython

Huffman编码压缩-Python

Language: Python - Size: 1.71 MB - Last synced: about 1 year ago - Pushed: about 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: about 1 year ago - Pushed: about 3 years ago - Stars: 3 - Forks: 0

Arehmanali/File-Compression-Tool-using-Huffman-Coding-Algorithm

File Compression tool is an C# desktop application using Huffman Encoding Algorithm

Language: C# - Size: 14.6 MB - Last synced: 7 months ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

shayandaneshvar/Huffman-Compressor

A text compressor that uses huffman tree

Language: Java - Size: 2.64 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

ShikharSahu/HuffmanCoder

A simple package that allows you to perform Huffman coding on user input strings.

Language: Python - Size: 10.7 KB - Last synced: 9 days ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

fnvir/Huffman-Compressor

An implementation of Huffman Coding in java to compress and decompress files...

Language: Java - Size: 1.15 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

tjazerzen/Huffman_encoding_decoding

Huffman encoding and decoding tree in python

Language: Python - Size: 21.5 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 3 - Forks: 2

leyyce/HuffmanCodec

Java implementation of Huffman coding

Language: Java - Size: 21.5 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

samiurprapon/Huffman-Compressor

A compression application developed with Huffman Coding Algorithm.

Language: Java - Size: 527 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 1 - Forks: 0

SubZer0811/huffman

This repo is an implementation of both constant and variable huffman encoding.

Language: C++ - Size: 339 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 7 - Forks: 0

jgesc/huffman-coding

An implementation of Huffman Coding Compression written in C

Language: C - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

TheMadProphet/Huffman-Encoding

Huffman compression/decompression implemented in C

Language: C - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

ManikantaKandagatla/Java-Problem-Solving

A repository for problem solving in java

Language: Java - Size: 81.1 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 1

fuboki10/Huffman-Compressor

Huffman Compressor

Language: Python - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

BlueLort/Huffman-Coding

Huffman coding compression algorithm in Java.

Language: Java - Size: 1.23 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

KartaviK/huffman-cs

Implementation of huffman method to encode data (Under development)

Language: C# - Size: 40 KB - Last synced: about 1 year ago - Pushed: almost 5 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: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

SerChirag/huffman-file-compressor

A File Compressor package based on Huffman Algorithm

Language: Python - Size: 531 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 1

flpinheiro/ED_trabalho2_huffman

Código do projeto proposto pelo professor Bruno Macchiavello, como forma de avaliação da disciplina Estrutura de Dados (116319) turma D do semestre 2-2018 do curso de licenciatura em Computação da Universidade de Brasília, realizado pelo estudante Felipe Luís Pinheiro em C.

Language: C - Size: 773 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

athuscavalini/huffman

An encoder and decoder based on the huffman algorithm

Language: C - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

vvalmeidas/WINMonster

Software to compress .txt files, based in Huffman's algorithm and implemented in Java.

Language: Java - Size: 404 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

mlagunas/Huffman_compressor

Easy to read code implementing a Huffman compressor/ decompressor

Language: Python - Size: 4.42 MB - Last synced: over 1 year ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

Related Keywords
huffman-compressor 47 huffman-compression-algorithm 38 huffman-coding 34 huffman-tree 27 huffman 23 huffman-algorithm 22 huffman-encoder 16 huffman-decoder 16 huffman-coding-algorithm 15 compression 12 compression-algorithm 8 c 7 cpp 6 huffman-writer 4 java 4 huffman-compression 4 decompression 3 python3 3 c-plus-plus 3 data-compression 3 data-structures 3 qt 2 encoding 2 lossless-data-compression 2 binary-tree 2 lossless-compression-algorithm 2 decompressor 2 huffman-encoder-decoder 2 algorithms 2 file-compression 2 heap 2 python 2 singleton 1 lzw-compressor 1 java-8 1 huffpp 1 hmac-md5 1 fxml 1 facade-pattern 1 base64-decoding 1 base64-encoding 1 guilan-university 1 stack 1 wpf 1 minheap 1 datastructures-algorithms 1 burrow-wheeler-aligner 1 burrows-wheeler-transform 1 burrows-wheeler-transformation 1 comprehension 1 hamming-code 1 hamming-coding 1 hamming-python 1 lempel-ziv 1 lempel-ziv-welch 1 lzw-algorithm 1 lzw-codes 1 lzw-compression 1 model-view-controller 1 unb 1 trabalhos-academicos 1 cross-platform 1 console-application 1 trees 1 heap-tree 1 coding 1 algorithm 1 javafx 1 huffman-codec 1 codec 1 tree-search 1 tree 1 programming-exercises 1 programming 1 cryptography 1 computer-science 1 computer-engineering 1 javaswing 1 splash-screen 1 singleton-pattern 1 service-oriented-architecture 1 random-access-file 1 notifications 1 mvp-architecture 1 maven 1 lombok 1 junit 1 javafx-gui 1 graph-algorithms 1 sdl2-ttf 1 sdl2-image 1 sdl2 1 parallel-computing 1 data-decompression 1 decompression-implementations 1 compression-implementations 1 python-script 1 decompression-algorithm 1 binary-trees 1 solved-challenges 1