huffman-tree
There are 202 repositories under huffman-tree topic.
akuafif/hXOR-Packer
A PE (Portable Executable) packer with Huffman Compression and Xor encryption.
jbclements/molis-hai
Password Generation using Markov models, Huffman trees, and Charles Dickens
icza/huffman
Huffman coding implementation in Go (Huffman tree, Symbol table, Huffman Reader + Writer).
kelreel/huffman-javascript
Huffman encode/decode text
adeesha-savinda/huffman-encode-decode
C program written to encode (compress) and decode (decompress) a text file in Huffman Encoding method.
EncodeDecodeStepByStep/EncodeDecodeStepByStep
Encode Decode Step by Step is an open-source educational application designed to simplify bitwise file encodings. It integrates six encoding algorithms: Delta, Unary, Elias-Gamma, Fibonacci, Golomb, and Huffman - through a user-friendly graphical interface. Ideal for educational use, this tool offers a hands-on approach to teach encoding strategies
harsha-hl/Huffman_Coding
A file compressing web application designed using the concept of Huffman Coding.
FLHonker/HuffmanCompress
Huffman树,Huffman编码,压缩bmp图像。
kapenga/LittleBit
LittleBit is a pure Huffman coding compression algorithm with the option of random access reading while offering competitive compression ratios.
rocq-community/huffman
Correctness proof of the Huffman coding algorithm in Coq [maintainer=@palmskog]
avestura/data-structure-app
All projects of Data Structure course in an integrated GUI application
PhoenixDD/Huffman-Encode_Decode
A c++ program to compresses and decompresses files using Huffman algorithm.
sumeetshirgure/DynamicPlanarHull
C++ implementations of real time dynamic planar convex hull construction algorithms.
yugokato/Huffman-Coding-In-Java
Final exam of "Data Structures and Algorithms in Java" class. Code was modified from the original one for publishing on the public place.
arnab132/Huffman-Coding-Python
Implementation of Huffman Coding using Python
SubZer0811/huffman
This repo is an implementation of both constant and variable huffman encoding.
V-Wong/Huffman-Encoding
Browser-based Huffman encoding visualisation tool written in Typescript with HTML Canvas.
aaryapatel007/Image-Compression-using-Huffman-Coding
Created a new compressed bitmap format .cmpbmp to compress 24 bit bitmap files using Huffman compression algorithm.
onesy-me/huffman-code
Huffman code
tjazerzen/Huffman_encoding_decoding
Huffman encoding and decoding tree in python
Yusufghodiwala990/Huffman-Encoding
Encoding/Decoding text using Huffman trees
aymyo/huffman-coding-website
An interactive web tool to learn about Huffman Coding, backed with theory to understand its key concepts.
cdpenggod/CDPBinaryTree
Some code about binary tree,to understand easily.
DevBrenoSantos/compactEngine
Image compression and decompression tool using Huffman coding on RGB channels for lossless image storage. This Java project encodes BMP/PNG images into binary format and reconstructs them from compressed text files, preserving color fidelity and image resolution.
gupta-shantanu/huffman
Python code for Huffman's compression algorithm
Saurabhrkp/Image-Compression
Mini project on Image Compression and Decompression
w-henderson/Huffpy
🗜️ Lightweight and efficient Python library for Huffman coding.
1024Adam/ARCompression
Simple File Compression Program
AnasATaleeb/HuffmanCodeApplication
Comp336 Project#2
austinmhorn/HuffmanTree
Huffman Tree Encoder using custom Priority Queue written in C++
ercanersoy/Huffman-Compression-Program
Huffman Compression Program
fastalana/Data-Structures-And-Algorithms
This repository includes answers to thirteen questions related to data structures. Each answer includes Python file, as well as an introduction to the problem and an explanation about the efficiency of the code and the design choices.
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.
Holy-Morphism/Smart-Text-Editor
A console based text editor that will suggest words from a Dictionary
RajdeepKonwar/HuffmanCompressor
Compressor and decompressor based on Huffman's compression algorithm
tugrul512bit/CompressedStringLib
Heavy weight string with compression