An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with huffman-algorithm

A curated list of projects in awesome lists tagged with huffman-algorithm .

https://github.com/minhaskamal/filesqueezer

Simple File Compressor & Extractor (huffman-algorithm-compression-zip)

c-plus-plus compressor cpp encoder huffman-algorithm zip

Last synced: 11 Apr 2025

https://github.com/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.

coding compression cpp decipher decoding decryption encoding encryption huffman huffman-algorithm huffman-coding huffman-compression-algorithm queue tree vector

Last synced: 31 Mar 2025

https://github.com/abdallahhemdan/huffmancodingalgorithmassignment

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

cmp2022 cufe hamdola hemdan huffman-algorithm huffman-coding huffman-compression-algorithm

Last synced: 31 Mar 2025

https://github.com/edg-l/rustyman

Huffman compression and decompression implemented in rust

huffman huffman-algorithm huffman-coding huffman-compression-algorithm rust

Last synced: 16 Apr 2025

https://github.com/jlmsc/codificacao-huffman

Aplicação desenvolvida em JAVA que realiza a Codificação de Huffman e a Descodificação.

huffman huffman-algorithm huffman-compression-algorithm huffman-decoder huffman-encoder huffman-tree java

Last synced: 16 Oct 2025

https://github.com/geekyharsh05/huffman-encoder

The algorithm assigns shorter codes to more frequent characters, optimizing the overall compression.

binarytree huffman-algorithm huffman-compression-algorithm python

Last synced: 22 Feb 2025

https://github.com/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.

huffman-algorithm huffman-coding huffman-compression-algorithm huffman-decoder huffman-encoder java java-swing-applications

Last synced: 23 Aug 2025

https://github.com/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.

huffman-algorithm huffman-coding huffman-compression-algorithm huffman-decoder huffman-encoder java java-swing-applications

Last synced: 04 Jul 2025

https://github.com/yawkar/huffman-coding

(Student Lab Project) A very small command-line program that encodes and decodes files via Huffman coding algorithm

decoding huffman-algorithm laboratory-work

Last synced: 09 Apr 2025

https://github.com/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.

cplusplus flags huffman huffman-algorithm huffman-coding huffman-compression-algorithm multithreading optimization shell vectorization version

Last synced: 21 Feb 2025

https://github.com/nurfawaiq/kompresi-huffman

Teknik Kompresi dengan Algoritma Huffman

data-compression huffman-algorithm java

Last synced: 18 Mar 2025

https://github.com/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.

huffman huffman-algorithm huffman-coding huffman-coding-algorithm huffman-compression-algorithm huffman-decoder huffman-encoder huffman-tree

Last synced: 21 Feb 2025

https://github.com/micheledinelli/huffman-coding

Huffman coding implementation in Go for lossless file compression

compression-methods greedy-algorithms huffman-algorithm huffman-coding

Last synced: 07 Apr 2025

https://github.com/domamaric/tinf-lab

Solution to laboratory exercise for Information Theory course at FER.

huffman-algorithm huffman-coding huffman-tree

Last synced: 24 Feb 2025

https://github.com/raphaelcausse/huffman-coding

Project : C : Implementation of Huffman coding algorithm, using priority queues, binary tree. @ CY-TECH

binary-tree c compression decompression huffman-algorithm huffman-coding priority-queue

Last synced: 02 Apr 2025

https://github.com/ismaildrs/huffman-compression

An implementation of huffman compression using c++

huffman-algorithm huffman-coding huffman-compression-algorithm huffman-tree

Last synced: 19 Jun 2025

https://github.com/alainakafkes/huffmantree

A prefix-coded tree that encodes ("huffs") and decodes ("puffs") plaintext files

algorithms c-plus-plus huffman-algorithm huffman-coding huffman-compression-algorithm

Last synced: 22 Feb 2025

https://github.com/selcia25/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.

advanced-data-structures approximation-algorithms bellman-ford-algorithm binomial-coefficient breadth-first-search closest-pair depth-first-search hamiltonian huffman-algorithm knapsack-problem kruskals-algorithm maximum-flow-algorithm n-queens-problem splay-trees stable-marriage-problem travelling-salesman-problem

Last synced: 10 Jun 2025

https://github.com/rafaelbortolozo/codificacao_huffman

Apresentação e implementação da Codificação de Huffman em C++.

codification cpp huffman-algorithm

Last synced: 15 Mar 2025

https://github.com/pankhurisriv/filecompressor-decompressor

A program based on Huffman’s Compression Algorithm which can compress and decompress text file consisting of 128 ASCII characters.

compression-algorithm cpp huffman-algorithm huffman-tree

Last synced: 19 Sep 2025