huffman-algorithm
There are 128 repositories under huffman-algorithm topic.
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.
Huffman-RL-Encoding-Compression-Algorithm
I have worked on developing the implementation of Huffman Compression Algorithm on Strings along with run time encoding. Written in C, the program works on Min Heaps and Huffman Tree data structures. It uses Huffman algorithm—create a Huffman Tree using the frequencies of each character using heap data structure—and Run-time-encoding to compression
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++
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
huffman is a Go implementation of the Huffman Coding lossless data compression algorithm and the solution for the challenge Write Your Own Compression Tool
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.
advanced-data-structures-and-algorithms
👩💻This repository provides Python implementations of a variety of fundamental algorithms and problem-solving techniques. From Knapsack and TSP to BFS, DFS, and more, explore practical examples to enhance your algorithmic skills. Perfect for students and developers seeking to grasp essential algorithms in Python.
Huffman-Data-Compression-Algorithm
Huffman Data Compression Algorithm: A C++ implementation of the lossless data compression algorithm for reducing file sizes while preserving data integrity.
FileCompressor-Decompressor
A program based on Huffman’s Compression Algorithm which can compress and decompress text file consisting of 128 ASCII characters.
HuffmanCoding
Algoritmo de codificación (y decodificación) de Huffman
Huffman-Algorithm
Implementation of Huffman algorithm. written in Java
FileCompressor
File Compression & Decompression Using Java