Projects in Awesome Lists tagged with huffman-compression-algorithm
A curated list of projects in awesome lists tagged with huffman-compression-algorithm .
https://github.com/opencomputeproject/project-zipline
Defines a lossless compressed data format that is independent of CPU type, operating system, file system, and character set, and is suitable for compression using the XP10 algorithm.
Last synced: 20 Feb 2025
https://github.com/opencomputeproject/Project-Zipline
Defines a lossless compressed data format that is independent of CPU type, operating system, file system, and character set, and is suitable for compression using the XP10 algorithm.
Last synced: 17 Nov 2024
https://github.com/kelreel/huffman-javascript
Huffman encode/decode text
huffman-algorithm huffman-coding huffman-compression-algorithm huffman-tree
Last synced: 10 Apr 2025
https://github.com/ayonious/file-compression
📦 Zip and Unzip files using Huffman's code and LZW Algorithm
compression huffman-compression-algorithm java lzw-compression zip
Last synced: 25 Jan 2025
https://github.com/sspeedy99/file-compression
A file compression program written in C++ to compress files using Huffman Coding
compression cpp data-structures huffman-compression-algorithm
Last synced: 23 Apr 2025
https://github.com/ammarlodhi255/file-compression-system
File Compression Using Huffman Coding Built in Java.
data-structures huffman-coding huffman-compression-algorithm java
Last synced: 23 Apr 2025
https://github.com/wittline/wbz
A parallel implementation of the bzip2 data compressor in python, this data compression pipeline is using algorithms like Burrows–Wheeler transform (BWT) and Move to front (MTF) to improve the Huffman compression. For now, this tool only will be focused on compressing .csv files, and other files on tabular format.
big-data bigdata burrows-wheeler-transform csv csv-files data-compression data-engineering huffman-coding huffman-compression-algorithm move-to-front tabular-data
Last synced: 13 Apr 2025
https://github.com/avestura/data-structure-app
All projects of Data Structure course in an integrated GUI application
bfs csharp data-structures dfs graph graph-algorithms guilan-university heap huffman-compression-algorithm huffman-compressor huffman-tree stack wpf
Last synced: 10 Apr 2025
https://github.com/sondosaabed/huffman-encoding
Java project that implemnts Huffman encoding algorithm
huffman-coding huffman-compression-algorithm java javafx-application
Last synced: 22 Apr 2025
https://github.com/tarek99samy/huffman-code-visulizer
A simple visualization for huffman tree, which is used in encoding text.
css html5 huffman-coding huffman-compression-algorithm javascript text-compression
Last synced: 09 Apr 2025
https://github.com/mrsarm/compres
Implementación Algoritmo de Huffman, código original de Salvador Pozo Coronado
c cli huffman-coding huffman-compression-algorithm
Last synced: 09 Apr 2025
https://github.com/shreyansh26/cso221n-algorithm-codes
Codes related to the Algorithms Course at IIT (BHU) Varanasi
backtracking bucket-sort dp heap-sort huffman-coding huffman-compression-algorithm matrix-multiplication merge-sort mst quick-sort radix-sort
Last synced: 10 Apr 2025
https://github.com/abdallahhemdan/huffman-coding-compression
📦 Huffman Coding Compression Algorithms with Encoding and Decoding using C++
binary-tree compression-algorithm cpp data-structures huffman-coding huffman-compression-algorithm
Last synced: 12 Mar 2025
https://github.com/chisasaw/file-modifier
A program to compress and decompress files
huffman-coding huffman-compression-algorithm huffman-encoder
Last synced: 20 Dec 2024
https://github.com/bhumijgupta/huffman-compression-library
A light weight C++ library implementation of huffman coding compression algorithm
c c-plus-plus compression-algorithm cpp cpp-library file-compression huffman-coding huffman-compression-algorithm huffman-compression-library
Last synced: 19 Nov 2024
https://github.com/talentlessguy/huffman-deno
Super simple implementation of the Huffman algorithm in TyoeScript
deno huffman huffman-coding huffman-compression-algorithm
Last synced: 15 Apr 2025
https://github.com/w-henderson/huffpy
🗜️ Lightweight and efficient Python library for Huffman coding.
compression huffman-coding huffman-compression-algorithm huffman-tree lossless-compression-algorithm python
Last synced: 03 Mar 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/ap-atul/huffman-compression
Huffman encoding and decoding with simple Serial and Parallel implementations for CPU and GPU
huffman-coding huffman-compression-algorithm huffman-cuda huffman-decoder huffman-encoder huffman-parallel
Last synced: 04 Apr 2025
https://github.com/onesy-me/huffman-code
Huffman code
amaui backend binary-compression browser byte-compression compression frontend huffman huffman-algorithm huffman-coding huffman-compression-algorithm huffman-compressor huffman-encoder huffman-tree javascript js text-compression typescript utils web
Last synced: 07 Apr 2025
https://github.com/ercanersoy/huffman-compression-program
Huffman Compression Program
compression huffman huffman-coding huffman-compression huffman-compression-algorithm huffman-compression-program huffman-tree
Last synced: 26 Feb 2025
https://github.com/ahmed-ibrahim-30/huffman
Huffman Algorithm coding
huffman-coding huffman-compression-algorithm
Last synced: 21 Mar 2025
https://github.com/gyakobo/huffman-coding
This project intends to closer understand how to compress data using Huffman Coding and delve into a couple of programming examples.
greedy-algorithms huffman-coding huffman-compression-algorithm njit text-and-image-compression weissman-score
Last synced: 04 Mar 2025
https://github.com/adityameharia/huffmancompression
Cli for compressing files using huffman algorithm
cli huffman-compression-algorithm nodejs oclif
Last synced: 26 Feb 2025
https://github.com/anshulranjan2004/file-compression-utility
File Compression Utility built using C++ (OOPs)
cpp huffman-compression-algorithm lzw-compression oops oops-in-cpp qt
Last synced: 19 Apr 2025
https://github.com/leonardpepa/huffman-compression
Huffman Compression written in go
coding-challenges compression go golang huffman huffman-compression-algorithm
Last synced: 09 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/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/farzinzx/huffmancoding
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: 21 Dec 2024
https://github.com/g-otn/visualizadorhuffman
See step-by-step process and representation of the Huffman Algorithm with given data
algorithm-visualisation compression-algorithm csharp huffman-coding huffman-compression-algorithm windows-form-application
Last synced: 06 Mar 2025
https://github.com/imskully/huffman-tree-encoding
A text encoder and decoder based on huffman text compression.
huffman-compression-algorithm java queues tree-structure
Last synced: 05 Mar 2025
https://github.com/priyakdey/huffman-encoding
Huffman Encoding implementation in C
algorithms algorithms-and-data-structures c data-structures hashtable huffman-coding huffman-compression-algorithm huffman-tree priority-queue
Last synced: 28 Mar 2025
https://github.com/josgard94/text-compressor-using-huffman-codes
This source code implements the huffman algorithm to perform the compression of a plain text file. for this a file is generated which contains the probabilities of each of the symbols defined in the symbols dictionary.
c c-plus-plus coding- coding-and-data-compression compression-algorithm huffman-coding huffman-compression-algorithm information-theory python text-compression
Last synced: 15 Mar 2025
https://github.com/ka-iden/huffman
Huffman coding, compression and decompression
cpp huffman-coding huffman-compression-algorithm
Last synced: 07 Apr 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: 07 Apr 2025
https://github.com/arehmanali/file-compression-tool-using-huffman-coding-algorithm
File Compression tool is an C# desktop application using Huffman Encoding Algorithm
compression compression-algorithm file-compression huffman huffman-coding huffman-compression-algorithm huffman-compressor huffman-tree
Last synced: 01 Apr 2025
https://github.com/buarki/zipper
file compressor written in C and Wasm from scratch
c emscripten huffman-compression-algorithm javascript wasm webassembly
Last synced: 19 Feb 2025
https://github.com/khaykingleb/canonical-huffman-archiver
ASCII files archiver based on the Huffman coding algorithm in a canonical form
conan huffman-coding huffman-compression-algorithm
Last synced: 29 Mar 2025
https://github.com/endreot/huffman-code
C# Implementation of huffman compression algorithm
csharp huffman-compression-algorithm
Last synced: 31 Mar 2025
https://github.com/iv4n-ga6l/Go-HuffmanCompresser
Huffman compresser implementation in Go
go golang huffman-compression-algorithm
Last synced: 28 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/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/iv4n-ga6l/go-huffmancompresser
Huffman compresser implementation in Go
go golang huffman-compression-algorithm
Last synced: 26 Mar 2025
https://github.com/sskender/aads
Advanced Algorithms and Data Structures FER labs
avl-tree balanced-tree binary-search-tree binary-tree dsw hierholzers-algorithm huffman-compression-algorithm lz77-compression-algorithm patricia-tree simple-binary-search-tree skip-list trie trie-tree
Last synced: 22 Mar 2025
https://github.com/akanksha-verma31/huffman-coding
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
compression decompression huffman-coding huffman-compression-algorithm
Last synced: 29 Mar 2025
https://github.com/youseftareq33/java_algorithm_2_huffmancode
Huffman Code for compression and decompression file
algorithm huffman-compression-algorithm java javafx
Last synced: 14 Apr 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/gupta-aryaman/zipper
Text file compression system using Adaptive Huffman Encoding algorithm
adaptive-huffman cpp flask-application html-css-javascript huffman-compression-algorithm python
Last synced: 29 Mar 2025
https://github.com/swastikchauhan28/file-compression-system
A Java application for compressing and decompressing text files using Huffman Coding. Includes a GUI for easy file selection, compression, and decompression.
dsa-algorithm file-input-output huffman-compression-algorithm java swing swing-gui
Last synced: 22 Apr 2025
https://github.com/theweird-kid/huffman-coding
Simple huffman Coding Implementation in C++
cpp20 data-compression huffman-compression-algorithm information-theory
Last synced: 06 Apr 2025
https://github.com/moontaz/huffman-code-algorithm-v1
Implementation of Huffman Algorithm for encode and decode image using python
binary-search-tree binary-tree huffman-coding huffman-compression-algorithm huffman-decoder huffman-decompression huffman-encoder image-compression
Last synced: 08 Apr 2025
https://github.com/berracode/compression_tool_in_c
Compression tool written in C using Huffman coding
c compression compression-algorithm compression-tool huffman-coding huffman-compression-algorithm
Last synced: 09 Apr 2025
https://github.com/harsha-yuvaraj/Data-Compression-and-Decompression-Tool
A specialized lossless file compression and decompression tool designed mainly for plain text, including programming files.
data-structures huffman-compression-algorithm lossless-compression-algorithm numpy python tkinter
Last synced: 02 May 2025
https://github.com/light2802/file-compressor
Huffman encoder and decoder
huffman-compression-algorithm tree-structure
Last synced: 27 Feb 2025
https://github.com/rexagod/huffman-coding
A C++ compression and decompression program based on Huffman Coding.
cpp huffman-coding huffman-compression-algorithm
Last synced: 18 Feb 2025
https://github.com/kartavik/huffman-cs
Implementation of huffman method to encode data (Under development)
compression-algorithm console-application cross-platform encoding huffman-compression-algorithm huffman-compressor
Last synced: 09 Apr 2025
https://github.com/aashrafh/huffman
Huffman implementation for encode/decode text
huffman huffman-algorithm huffman-coding huffman-coding-algorithm huffman-compression-algorithm huffman-compressor huffman-decoder huffman-encoder huffman-tree huffman-writer
Last synced: 31 Mar 2025
https://github.com/rustbas/jac
Just another compressor. Written in C in purposes of recreational programming.
c huffman-compression-algorithm
Last synced: 23 Apr 2025
https://github.com/martijnvos/huffmancompression
A command line interface in order to encode and decode text with the huffman compression algorithm
huffman-compression-algorithm java
Last synced: 29 Mar 2025
https://github.com/chen0040/pycompressor
Package provides python implementation of string compressor
compression-algorithm huffman-coding huffman-compression-algorithm
Last synced: 03 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: 02 Mar 2025
https://github.com/nating/compressor
💱 Compressing files using Huffman Coding. 🌲
compressed-files encoding huffman-compression-algorithm huffman-tree
Last synced: 22 Feb 2025
https://github.com/sebasbogantes/proyecto-sistemas-operativos-1
Encoder and Decoder using Huffman Coding (serial version). The project focuses on data compression, utilizing efficient data structures such as Priority Queue and Binary Tree to implement the Huffman Coding algorithm for encoding and decoding processes
encoder-decoder huffman-compression-algorithm
Last synced: 03 Mar 2025
https://github.com/mouedhsouabni1905/puff
Implementation of the huffman encoding algorithm in Perl
huffman-compression-algorithm perl
Last synced: 29 Mar 2025
https://github.com/exsandebest/archiver
Archiver based on the Huffman algorithm in Qt
archiver compression compression-algorithm compressor decoder decoding encoder encoding huffman huffman-algorithm huffman-coding huffman-compression-algorithm huffman-compressor huffman-tree qt zip
Last synced: 01 Mar 2025
https://github.com/sharvillimaye/ru-cs112
Rutgers CS Data Structures Assignments
2d-arrays data-structures hashtable huffman-compression-algorithm linked-list queue stack trees-graphs
Last synced: 18 Mar 2025
https://github.com/pedrorambo/go-huffman
Huffman encoding in Golang
go golang huffman huffman-coding huffman-compression-algorithm
Last synced: 10 Mar 2025
https://github.com/baro-coder/c_huffman
Huffman alghorithm implementation in C
c cmake googletests huffman-coding huffman-compression-algorithm
Last synced: 03 Apr 2025
https://github.com/singh-dhruv/file-compression-utility-tool
Welcome to the File Compression Utility Tool repository. It is a tool designed using C++ language and compression algorithms to compress and decompress various files.
c cpp huffman-compression-algorithm lzw-compression oops qt
Last synced: 21 Feb 2025
https://github.com/mouedhsouabni1905/phuf
Implementation of the huffman encoding algorithm in Perl
huffman-compression-algorithm perl
Last synced: 20 Mar 2025
https://github.com/ayush272002/huffzip
HuffZip is a simple, command-line tool for compressing and decompressing files using the Huffman Coding algorithm. Built in C, it's a great example of how lossless compression works under the hood.
c huffman-compression-algorithm minheap
Last synced: 11 Apr 2025
https://github.com/amankumar7340/file-compressor
A simple web-based file compressor that supports multiple compression techniques.
compress-images compress-pdf compression-algorithm css html huffman-compression-algorithm javascript zstandard
Last synced: 04 Mar 2025
https://github.com/oniani/huffman
Huffman's algorithm for lossless data compression
compression huffman-coding huffman-compression-algorithm rust serde-json
Last synced: 04 Mar 2025
https://github.com/4strium/huffman-software
A simple software to compress and decompress file with the Huffman method!
huffman-coding huffman-compression-algorithm python
Last synced: 01 Apr 2025
https://github.com/elamani-drawing/huffmanrs
Huffmanrs est une bibliothèque Rust permettant d'encoder et de décoder du texte en utilisant le codage de Huffman.
compression crates-io cryptography encodage encoding huffman huffman-coding huffman-compression-algorithm rust rust-lang
Last synced: 26 Feb 2025
https://github.com/kareemkemmo/huffman-code-project-demo
This project demos the Huffman code encoding built as a project for my Data Structures and Algorithms class. Binary Search Trees are used heavily for this project, along with other simpler data structure models like stacks and maps.
binary-search-tree data-structures-and-algorithms huffman-coding huffman-compression-algorithm
Last synced: 03 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/michelenatale/compress
Here are a few smaller projects that demonstrate the compression of texts. Starting with the Huffman code.
compress compression-algorithm huffman-coding huffman-compression-algorithm
Last synced: 20 Mar 2025
https://github.com/luismsuarez/huffmancompressor
Fully functional compressor using the Huffman compression algorithm
Last synced: 07 Apr 2025
https://github.com/niewidzialny84/tkik_project
Study project for working with encoding files as well as information data in general
huffman-compression-algorithm python study-project
Last synced: 21 Dec 2024
https://github.com/kclejeune/huffmancompressor
Create files with Huffman Encodings based on input and compression files
huffman huffman-compression-algorithm huffman-encoder huffman-tree
Last synced: 18 Feb 2025
https://github.com/newtoallofthis123/huffman
Huffman Encoding Library Implemented in Go
go-library golang huffman-coding huffman-compression-algorithm huffman-go
Last synced: 05 Mar 2025
https://github.com/soroushj/huffman-text-compression
Text compression, storage, and retrieval using the Huffman code.
huffman huffman-coding huffman-compression-algorithm huffman-tree
Last synced: 08 Apr 2025
https://github.com/qfcy/cxx-huffman-simple
A lightweight C++ implementation of Huffman encoding compression. 一个简单的C++霍夫曼编码压缩实现。
c-plus-plus compression huffman-coding huffman-compression-algorithm huffman-compressor huffman-decoder huffman-encoder
Last synced: 30 Mar 2025
https://github.com/yazaldefilimone/huffman
Algorithm for lossless data compression implementation in TypeScript
algorithms audio compression-algorithm huffman-compression-algorithm image zip
Last synced: 11 Mar 2025