huffman-algorithm
There are 137 repositories under huffman-algorithm topic.
Huffman-Encoder
The algorithm assigns shorter codes to more frequent characters, optimizing the overall compression.
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.
HuffmanCompactor
Compactador e descompactador de arquivos em C++ que utiliza o algoritmo de Huffman
Huffman-Text-File-zipper
"Text File Zipper using Huffman Coding" written in C++ to Compress and Decompress Text files.
dsa-huffman-algorithm
:jigsaw: an assignment in dsa about read dir, list subfolders and files , encode and decode with huffman algorithm :reminder_ribbon:
Huffman
Text encryption and decryption using Huffman Code with java
huffman-coding-encryption
Simple python to encrypt and decrypt SECRET text file.
huffman-coding
(Student Lab Project) A very small command-line program that encodes and decodes files via Huffman coding algorithm
HuffmanCoder
A simple package that allows you to perform Huffman coding on user input strings.
Codificacao-Huffman
Aplicação desenvolvida em JAVA que realiza a Codificação de Huffman e a Descodificação.
Huffman-encoding
A program that can compress and decompress text files using Huffman encoding.
Huffman-Coding
Data compression and decompression program using Huffman Algorithm in C++
HuffmanCodingTree
Compresses and decompresses files using a Huffman Coding Tree. Run Executable or compile program to run.
Huffmancoding
This program compresses a string of characters using Huffman's algorithm.
huffmanCoding
Huffman Compression Algorithm Implementation on PGM photo format
Huffman-Encoder
Repository that implements the Huffman Encoding Algorithm to effectively compress text files.
huffman
A correctness proof of the Huffman coding algorithm in Coq [maintainer=@palmskog]
kompresi-huffman
Teknik Kompresi dengan Algoritma Huffman
huffman
Huffman coding
Huffman-Coding
Huffman Coding implementation in java
HuffmanAlgorithm
Implementation of the Huffman Algorithm. (Linked List, Trees, Files)
HuffmanDecoding
Huffman Coding
coding-theory
Examples of Coding Theory
UTN-Practice-AlgorithmsAndDataStructures
[2014] Trabajo práctico de algoritmos y estructuras de datos - Compresor de archivos (algoritmo de Huffman): C++
huffman-cli
Command-line tool for compressing and decompressing files using Huffman coding.
crypto-compress-pipeline
A pipelined Enigma-based encryption and Huffman compression system for secure and efficient text storage.
Huffman-Project
university project - Huffman algorithm on C
huffman-algorithm
An implementation of the Huffman coding algorithm for compressing and decompressing text files.
pyjs123-huffman-coding
Some python code I made which can create a Huffman tree and which can compress and decompress text using Huffman coding.
huffman-coding
Huffman coding implementation for lossless file compression in Go
file-encoding-and-decoding
file encoding and decoding
huffman-compression
An implementation of huffman compression using c++
ARQH
This repository contains the work and projects developed for the Hardware Architecture course, where various programming technologies and embedded systems are explored. Through different exercises, platforms like ESP32 and tools such as MicroPython, Python, and Assembly have been used.
archiver
based on the Huffman algorithm
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.