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

Topic: "huffman-coding"

danielathome19/GraphCompression

A new set of lossy and lossless graph compression techniques for external memory representation.

Language: Java - Size: 12.9 MB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 3 - Forks: 0

Ebenezer-Shimeles/hareg_archiver

A file archiver with its own file format written using C++ and Flutter.

Language: C++ - Size: 277 KB - Last synced at: 11 months ago - Pushed at: 12 months ago - Stars: 3 - 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: 3 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

dominiksalvet/huffman-codec

Adaptive Huffman coding with extra features

Language: C++ - Size: 1.24 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

Abhikar12/File-Compression

The project is to design compression and decompression programs using Huffman Coding. The idea is to assign variable length codes to input characters based on their frequencies. The more the frequency of the character the shorter the code assigned to it.

Language: C++ - Size: 167 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

tugrul512bit/CompressedStringLib

Heavy weight string with compression

Language: C++ - Size: 274 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

ercanersoy/Huffman-Compression-Program

Huffman Compression Program

Language: C - Size: 4.88 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

kgashok/huffman-encoding-visualizer Fork of WesCossick/huffman-encoding-visualizer

Huffman encoding visualizer, including file read/write, using entirely JS, HTML, and CSS

Language: JavaScript - Size: 1.58 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

HxnDev/Huffman-Data-Encryption

The idea behind Huffman coding is based upon the frequency of a symbol in a sequence. The symbol that is the most frequent in that sequence gets a new code that is very small, the least frequent symbol will get a code that is very long, so that when we’ll translate the input, we want to encode the most frequent symbols will take less space than they used to and the least frequent symbols will take more space.

Language: C++ - Size: 700 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 3 - 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

sudhamshu091/Huffman-Encoding-and-Decoding

Huffman Encoding and Decoding with Python

Language: Python - Size: 3.38 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

jaeho3690/HuffmanEncoding-With-Optimization

Optimized Huffman Encoding with Python

Language: Jupyter Notebook - Size: 4.3 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 1

MayurDeshmukh10/Image-compression-by-huffman-coding

Image Compression using Huffman Coding

Language: C++ - Size: 8.85 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 1

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: almost 6 years ago - Stars: 3 - Forks: 2

ludlows/chuffman

huffman coding implemented in C for educational purpose.

Language: C - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 3

rafiulgits/Algorithm-Lab

Algorithm Lab course for Software Engineering, SUST

Language: C - Size: 31.3 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 2

SharifAmit/HuffmanCoding

Huffman compression algorithm made with python

Language: Python - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

SayedAlesawy/Compression-Tool

A data compression tool using the deflate scheme for text compression.

Language: C# - Size: 67.7 MB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 1

grakshith/lossless-text-steganography

Implementation of "Highly Imperceptible and Reversible Text Steganography Using Invisible Character based Codeword" paper

Language: Python - Size: 182 MB - Last synced at: 5 months ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

vishaldotkhanna/Canonical-Huffman-Coding

Compression and Decompression of text using Canonical Huffman Coding in C++.

Language: C++ - Size: 25.4 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

nclandrei/Palgo

A graph and tree based algorithms animator used for educational purposes.

Language: JavaScript - Size: 43.3 MB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 0

oliverbaileysmith/zlib-decompress

Python implementation of ZLIB decompression

Language: Python - Size: 8.79 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 1

Al-rimi/Algorithm-design

algorithm design projects focused on fundamental algorithms, including their specifications, approaches, and implementations in C/C++.

Language: C++ - Size: 802 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

JadenStrudwick/CompressedGameNotation

All the source code for my final year Computer Science dissertation at the University of Warwick (2021-2024)

Language: Jupyter Notebook - Size: 56 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 1

arnab132/Huffman-Coding-Python

Implementation of Huffman Coding using Python

Language: Python - Size: 30.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 3

merisabesirovic/AlSP

Algoritmi i strukture podataka SI/2022-2023

Language: C - Size: 252 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

iLucasPires/labs_42

Essa é a minha resolução para o desafio do Labs 4º Edição, da escola 42sp

Language: C - Size: 233 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

hqingLau/huffman-coding

【toy】rust练习:霍夫曼编解码文件

Language: Rust - Size: 522 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

santhosh-programmer/CS19341-Design-and-Analysis-of-Algorithms-REC-DigitalCafe

Contains all answers for Rajalakshmi college's Digial cafe CS19341-Design and Analysis of Algorithms. HAPPY CODING !!!

Language: C - Size: 134 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

edg-l/rustyman

Huffman compression and decompression implemented in rust

Language: Rust - Size: 28.3 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

danftang/MutableCategoricalDistribution

A categorical distribution with efficient sampling and modification of category probabilities

Language: C++ - Size: 394 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

Thewest123/fit-pa2

University assignments for C++ class at ČVUT @FIT_CTU

Language: C++ - Size: 349 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

Flourek/Huffman-File-Compression

Language: C - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

eteskeredzic/DM 📦

Repo za sve sto ima veze sa DM-om [PREMJESTENO U PRIVATE]

Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

AryanMalpani/FileCompression

Language: C++ - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

Ahmed-Ibrahim-30/Huffman

Huffman Algorithm coding

Language: Java - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

tugrul512bit/FastaGeneIndexer

C++ compressed FASTA sequence cache backed by the combined video memory of system to decrease RAM usage.

Language: C++ - Size: 160 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

soaresfabricio/huffman-encoding-compressor

A Huffman Encoding File Compressor and Decompressor written in Go.

Language: Go - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

tassosblackg/Huffman-Implementation

Implemantation of huffman encoding and decoding, for education purposes

Language: MATLAB - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

kxlsx/chuff

Minimal compression/decompression software.

Language: C - Size: 63.5 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

Fatima-Mujahid/huffman-coding

Data Structures and Algorithms project, using min priority queue, tree and preorder traversal, vectors, unordered map.

Language: C++ - Size: 14.7 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

Cybercalf/Huffman-Codec 📦

基于Huffman编码的简易文本文件编解码器,适用于Windows 64位平台

Language: C++ - Size: 639 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

vahidzee/zcode

My own Unicode compression algorithm

Language: Python - Size: 7.81 KB - Last synced at: 27 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

waldner/gzip.sh

GZIP, bash implementation

Language: Shell - Size: 137 KB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

AlphaYuan/alphaCoder

Language: Python - Size: 25.4 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

arjkashyap/Compress-Me

A small web app for lossless compression for text files

Language: TypeScript - Size: 668 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

limitedeternity/TIPS-Labs

Дисциплина "Теория информационных процессов и систем" – Лабораторные работы

Language: C++ - Size: 104 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

exarchou/Multimedia-Systems

Image Encoding software in MATLAB. Quantize and Dequantize Image and using of Huffman encoding to transform Images to bitstreams according to JPEG universal standard.

Language: MATLAB - Size: 16.4 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

thesrsakabuvttchi/Huffman-Encoding

A simulation of huffman encoding for data encoding using C

Language: C - Size: 165 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

ahmed-osama-iv/huffman-coding

A C++ implementation of the Huffman coding algorithm to encode/decode text files that can be used as lossless data compression.

Language: C++ - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

SadkiratSingh/DataStructures

This repository contains practical implementation of various basic data structures in C Language. It also includes implementation of various advanced and complex data structures like AVL Trees, Red Black Trees, Huffman Coding, Binary Search Trees, Hash Tables, etc. This repository also includes various sorting algorithms like QuickSort, MergeSort, InsertionSort, etc.

Language: C - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

TimeEngineer/devker

Rust Core Project

Language: Rust - Size: 404 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

kszabova/huffman

Simple text compression written in Haskell

Language: Haskell - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

Bh4r4t/Image-Compression

Image compression using Discrete Cosine Transform and Huffman Coding

Language: MATLAB - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 3

Crimsonninja/coen12

Code for the COEN 12 class (Abstract Data Types & Data Structures)

Language: C - Size: 104 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 2

hexwell/perf_huffman 📦

Multiprocessing Python 3 implementation of huffman coding

Language: Python - Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

AbdallahHemdan/HuffmanCodingAlgorithmAssignment

📁 Implementation of Huffman coding compression algorithm in c++ as an assignment for Multimedia course

Language: C++ - Size: 14.2 MB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

strmrider/Data-compression

Data compression C++ library

Language: C++ - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: almost 6 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 at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

zhang-stephen/nxzip 📦

The final project in my undergraduate life, a data compressor based on BWT, MTF and Huffman-coding.

Language: C++ - Size: 175 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 2 - 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

GeVic/Image-Compression

Image Compression using Huffman Coding

Language: Java - Size: 118 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 2

OscarMelin/ID1019

ID1019 - Programming II

Language: Erlang - Size: 1.16 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

ggolish/SimpleCompressor

A simple text compressor.

Language: C - Size: 25.4 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 2

shkolovy/huffman-compressor

Implementation of archivator using Huffman coding (Python 3)

Language: Python - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 4

arunkumar-reddy/Data-Compression

A few data compression algorithms

Language: C++ - Size: 8.79 MB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0

lambdacasserole/huff

Huffman compression Maven package for Java.

Language: Java - Size: 31.3 KB - Last synced at: about 1 month ago - Pushed at: about 9 years ago - Stars: 2 - Forks: 0

recp/huff

canonical huffman coding

Language: C - Size: 57.6 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

thehxdev/huffman-code

Huffman coding algorithm implemented in C

Language: C - Size: 16.6 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

Sumdiboii/Satellite_Image_Compression_by_DCT_Huffman

Satellite Image Compression is a web app that intelligently reduces the size of high-resolution satellite images using DCT and Huffman encoding, while preserving visual quality. It enables faster storage, smoother transmission, and efficient handling of large-scale geospatial data through simple, user-friendly compression tools.

Language: Python - Size: 202 MB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

MassiGy/C-huffman-text-compression

This project impelements a basic version of the Huffman text compression algorithm, using the Huffman tree.

Language: C - Size: 228 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

michelenatale/Compress

Here are a few smaller projects that demonstrate the compression of texts. Starting with the Huffman Code and the Exponential Golomb Code (exp-golomb).

Language: C# - Size: 92.8 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

alejoruiz20a/Python_Huffman_Compressor

Este repositorio contiene el código de un compresor de Huffman hecho en Python por Alejandro Amador Ruiz, estudiante de ingeniería informática del Politécnico Jaime Isaza Cadavid.

Language: Python - Size: 9.43 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

ka-iden/Huffman

Huffman coding, compression and decompression

Language: C++ - Size: 24.4 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

miltiadiss/CEID_NY384-Digital-Telecommunications

The project involves implementing and analyzing digital communication techniques using MATLAB. Specifically, it focuses on encoding and decoding a discrete source using Huffman coding for image compression and DPCM (Differential Pulse Code Modulation) for signal quantization and prediction.

Language: MATLAB - Size: 2.27 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Salah-Tamer/Compression-Tool

A compression tool that applies LZSS and Huffman algorithms for efficient multi-layered text compression.

Language: C# - Size: 4.5 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

ChillerDragon/huffman-py

teeworlds huffman code ported 1:1 to python

Language: Python - Size: 26.4 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

MikhaelMounay/huffman-file-zipper

A Qt-C++-based desktop file archiver with a high compression ratio based on Huffman Coding. Made as a semester project for Applied Data Structures (CSCE 2211) course @ AUC.

Language: C++ - Size: 2.34 MB - Last synced at: 2 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 1

JadenStrudwick/cgn

A Rust crate for optimally compressing chess games in PGN format.

Language: Rust - Size: 13.6 MB - Last synced at: 9 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

JadenStrudwick/cgn-cli

A CLI for optimally compressing chess games in PGN format.

Language: Rust - Size: 29.3 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

GaganReddyin/huffman-encryptor

A tool that combines Huffman Encoding and robust encryption to securely compress and protect text-based files.

Language: HTML - Size: 14.6 KB - Last synced at: 9 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

TheLazyTomcat/lib.SimpleHuffman

Provides classes for encoding and decoding of data using a Huffman tree, as a method of loss-less data compression.

Language: Pascal - Size: 37.1 KB - Last synced at: 5 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 1

sudarshanmg/huffman

Compress files using huffman codes

Language: C++ - Size: 104 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

nic-obert/frequency_tree_compression

A lossless compression algorithm implemented in Rust, inspired by Huffman coding

Language: Rust - Size: 220 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

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.

Language: Java - Size: 97 MB - Last synced at: 10 days ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

xeimsuck/Mambo-Archiver

File archiver

Language: C++ - Size: 34.2 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

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.

Language: Python - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

SaiManojGubbala/Image-Steganography

This is a project on implementing Image steganography in Matlab using Block - DCT and Huffman Encoding

Language: MATLAB - Size: 607 KB - Last synced at: 11 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

cosmaadrian/acumen-compressor

Order-agnostic lossless compressor using BPE and Huffman Coding.

Language: Python - Size: 24.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

khaykingleb/canonical-huffman-archiver

ASCII archiver based on canonical Huffman codes

Language: C++ - Size: 94.7 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

JadenStrudwick/cgn-extension

A browser extension for optimally compressing chess games in PGN format.

Language: JavaScript - Size: 2.13 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

gpdaniels/huffyuv

A re-implementation of the huffyuv codec

Language: C++ - Size: 158 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

f3d0rov/msglen

Онлайн-инструмент кодирования алфавита алгоритмами Хаффмана и Шеннона-Фано.

Language: JavaScript - Size: 148 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Abhishek-code-art/Algotrithm_Visualizer

Algorithm visualizer is a frontend project. It shows the execution of various sorting algorithm, path finder algorithm and huffman encoding for text compression.

Language: JavaScript - Size: 4.64 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

Mdperez19/Huffman-Coding-Animation

Web animation that support in a didactic way the understanding of the Huffman coding algorithm

Language: JavaScript - Size: 1.27 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

dvwinner/DefaultHuffman

Implementation of Huffman Coding on C++

Language: C++ - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

nazli-d/Huffman-coding-multithread

This project encompasses an effort to optimize the Huffman Coding Algorithm by utilizing multi-threading, resulting in the development of various versions.

Language: C++ - Size: 27.3 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

ryanthecomic/huffman

Esse é um projeto de Huffman para a Universidade Federal de Alagoas, como atividade da AB2 do Curso de Engenharia da Computação 2023.1

Language: C - Size: 471 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Irval1337/FileArchiver

C++ implementation of Huffman and LZW algorithms.

Language: C++ - Size: 84 KB - Last synced at: 9 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

qwerty-w/archiver

Coursework: Archiver

Language: Python - Size: 30.3 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Related Topics
huffman-compression-algorithm 212 compression 175 huffman 121 huffman-tree 95 java 76 huffman-algorithm 73 compression-algorithm 71 cpp 67 python 63 data-structures 60 c 52 algorithms 50 huffman-encoder 46 huffman-decoder 41 huffman-compressor 38 decompression 37 data-compression 34 huffman-coding-algorithm 28 rust 25 python3 25 algorithm 24 javascript 23 file-compression 20 encoding 20 tree 18 linked-list 18 text-compression 18 priority-queue 17 huffman-compression 16 heap 16 binary-search-tree 15 binary-tree 14 algorithms-and-data-structures 14 image-compression 14 lossless-compression-algorithm 14 dynamic-programming 13 lzw-compression 13 css 13 run-length-encoding 12 c-plus-plus 12 lz77 11 decoding 10 burrows-wheeler-transform 10 html 10 recursion 10 matlab 9 image-processing 9 queue 9 sorting-algorithms 9 arithmetic-coding 9 csharp 8 information-theory 8 trees 8 stack 8 jpeg 8 huffman-writer 8 graph 7 hashmap 7 tree-structure 7 deflate 7 entropy 7 dsa 7 jpeg-image-compression 7 quicksort 7 cryptography 7 lz77-compression-algorithm 7 hamming-code 6 shannon-fano-algorithm 6 move-to-front 6 kruskal-algorithm 6 encoder 6 minheap 6 compression-implementations 6 gzip 6 rust-lang 6 backtracking 6 compress 6 entropy-coding 6 compressor 6 haskell 6 huffman-decoding 6 merge-sort 6 jpeg-encoder 6 datastructures 5 greedy-algorithms 5 avl-tree 5 min-heap 5 lzss 5 php 5 trie 5 lempel-ziv-welch 5 adaptive-huffman 5 rle 5 knapsack-problem 5 tries 5 webassembly 5 dijkstra 5 bst 5 decompressor 5 cli 5