GitHub topics: huffman-tree
MohabASHRAF-byte/ImageEncryptCompress
A simple implementation of Huffman Tree algorithm for text encryption and decryption.
Language: C# - Size: 182 KB - Last synced at: 4 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 2

saacostam/codeco
🔐 CoDeCo is a web-based visualization tool for understanding the Huffman coding and decoding algorithms. It provides an interactive way to see how data compression works step by step. This project was built to help students and developers better understand Huffman coding through intuitive and dynamic visualizations.
Language: TypeScript - Size: 3.24 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

martacanirome4/HuffmanCoding
Algoritmo de codificación (y decodificación) de Huffman
Language: HTML - Size: 96.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

jv-amorim/Huffman_Compactador_Descompactador
O algoritmo realiza a compactação e descompactação de arquivos texto através da técnica de Árvores de Huffman.
Language: C - Size: 320 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

icza/huffman
Huffman coding implementation in Go (Huffman tree, Symbol table, Huffman Reader + Writer).
Language: Go - Size: 90.8 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 31 - Forks: 4

kelreel/huffman-javascript
Huffman encode/decode text
Language: TypeScript - Size: 1.99 MB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 31 - Forks: 3

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.
Language: Java - Size: 1.57 MB - Last synced at: 2 months ago - Pushed at: almost 9 years ago - Stars: 9 - Forks: 7

ohsuhyeon0119/huffman-file-compressor
huffman algorithm based compression/ decompression implementation using C
Language: C - Size: 1.32 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Matverk/archiver
based on the Huffman algorithm
Language: C - Size: 1.46 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

onesy-me/huffman-code
Huffman code
Language: TypeScript - Size: 723 KB - Last synced at: 5 days ago - Pushed at: 6 months ago - Stars: 4 - Forks: 0

Saurabhrkp/Image-Compression
Mini project on Image Compression and Decompression
Language: Java - Size: 351 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

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.
Language: Java - Size: 8.27 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 1

EneasDavid/Huffman
Projeto desenvolvido durante a disciplina de Estrutra de Dados lecionada pelo professor Marcio Ribeiro
Language: C - Size: 17.7 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

PhoenixDD/Huffman-Encode_Decode
A c++ program to compresses and decompresses files using Huffman algorithm.
Language: C++ - Size: 3.91 KB - Last synced at: 11 days ago - Pushed at: almost 8 years ago - Stars: 10 - Forks: 4

Jackiebibili/Huffman_Coding
Huffman Coding is a Java object of both file compression and decompression
Language: Java - Size: 10.7 KB - Last synced at: about 3 hours ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

TheLazyTomcat/lib.SimpleHuffman
Provides classes for encoding and decoding of data using a Huffman tree, as a method of loss-less data compression.
Language: Pascal - Size: 37.1 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 1

Spid3r0/Huffman-Coding
C++ implementation of huffman coding
Language: C++ - Size: 7.81 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

mahdimoghassemi/Huffman-Encoding-Decoding-Algorithm
This Java repository contains a robust implementation of Huffman encoding and decoding algorithms
Language: Java - Size: 19.5 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

jsngn/huffman-compression
Text File Huffman Compression
Language: Java - Size: 1.14 MB - Last synced at: 10 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

akuafif/hXOR-Packer
A PE (Portable Executable) packer with Huffman Compression and Xor encryption.
Language: C++ - Size: 360 KB - Last synced at: 11 months ago - Pushed at: almost 4 years ago - Stars: 54 - Forks: 13

mbs0221-bjut/Compressor
A simple compressor written in C++
Language: C++ - Size: 84 KB - Last synced at: 10 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

henhen02/Kompresi-Teks-Huffman
File kode program untuk tugas besar KSI
Language: Python - Size: 3.91 KB - Last synced at: 11 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

raorafay-dev/DSA-Project
Huffman Algorithm
Language: C++ - Size: 605 KB - Last synced at: 12 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

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.
Language: Python - Size: 68.4 KB - Last synced at: 25 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

veetzaveri/Huffman-Project
Used a frequency table to build a Huffman Encoding Tree and printed out tree doing a preorder traversal. Also, encoded and decoded a set of strings.
Language: Python - Size: 62.5 KB - Last synced at: 12 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

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
Language: Java - Size: 45.4 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 18 - Forks: 1

rohanmittal1163/Huffman-Compressor-Decompressor
Created by David Huffman a Huffman Coding Algorithm where data is being compressed using the Huffman Coding technique to become smaller without losing any of its information.
Language: Python - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Eleutheria666/Huffman-Compressor
A compressor based huffman tree algorithm, Written in C++
Language: C++ - Size: 758 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

pekdemir/huffman
Text comression/decompression using Huffman Encoding
Language: C++ - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

ismaildrs/huffman-compression
An implementation of huffman compression using c++
Language: Makefile - Size: 105 KB - Last synced at: about 5 hours ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

himanshu-03/Parse-Zip-File-Compressor
Parser Zip File Compressor program utilizes Huffman coding to efficiently compress and decompress files without any data loss.
Language: C - Size: 145 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jbclements/molis-hai
Password Generation using Markov models, Huffman trees, and Charles Dickens
Language: Racket - Size: 2 MB - Last synced at: 8 days ago - Pushed at: over 6 years ago - Stars: 43 - Forks: 6

GaryHo34/canonical-huffman-coding
An implementation of Canonical Huffman Encoder/Decoder in C, compatible for running in Pintos.
Language: C - Size: 639 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Holy-Morphism/Smart-Text-Editor
A console based text editor that will suggest words from a Dictionary
Language: C++ - Size: 928 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

hanadiasfour/Huffman-Compression
Huffman compression and decompression.
Language: Java - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

hacheyz/HIT-DSA
2022 秋哈工大数据结构与算法 - 实验与作业
Language: C++ - Size: 2.67 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

youngzm339/huffman-coding
A tool based on Electron、 React and C++, allowing encoding and decoding of text using the Huffman algorithm.
Language: JavaScript - Size: 15.5 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

vininjr/Huffman-Compactor
Huffman compactor in java
Language: Java - Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

uditiarora/Text-File-Compression-Software
Takes a text file as input and compresses it by encrypting the data. The data can be recovered without any loss on decoding.
Language: Java - Size: 2.63 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

sal123t/Huffman_Compression
Some simple Huffman compression/decompression.
Language: C - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

snehpahilwani/Huffman-Coding
Huffman Encoder-Decoder
Language: Java - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1

praneshp1org/huffman-coding
Visualizes text compression using Huffman coding.
Language: C++ - Size: 1.92 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

avestura/data-structure-app
All projects of Data Structure course in an integrated GUI application
Language: C# - Size: 8.02 MB - Last synced at: 6 days ago - Pushed at: almost 5 years ago - Stars: 13 - Forks: 2

ercanersoy/Huffman-Compression-Program
Huffman Compression Program
Language: C - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

domamaric/TINF-lab
Solution to laboratory exercise for Information Theory course at FER.
Language: Python - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

madihabdul/dataStructures
data structures projects @ rutgers fall 2021
Language: Java - Size: 308 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

alefeans/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
Language: Go - Size: 1.22 MB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

suchagoodname/Huffman-compression-of-txt
数据结构课设 文件的哈夫曼编码与解码
Language: C++ - Size: 32 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

IgnaDapello/Estructuras-de-Datos
En este repositorio se encuentran proyectos realizados para la universidad y que me resultaron interesantes, se aplican conceptos de Estructuras de Datos y POO.
Language: Java - Size: 40 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dee2025/Text-file-zipper
text file zipper is a website which is used to encode and decode the text file. In this project, I use Html, CSS, JavaScript as front end and php as local hosting of the site.basically in this we encode and decode the text file only.
Language: JavaScript - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

andriybobchuk/Huffman
One of my early projects thats I'm really proud of: Console-based program that compresses files with the Huffmann’s algorithm.
Language: C++ - Size: 1010 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

danielu0601/jpeg-huffman-table
Replace the jpeg's default huffman table to reduce the file size.
Language: C - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 1

aaryapatel007/Image-Compression-using-Huffman-Coding
Created a new compressed bitmap format .cmpbmp to compress 24 bit bitmap files using Huffman compression algorithm.
Language: C++ - Size: 1.11 MB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 2

TerminalBear/huffman
Performs file compression and decompression in C++ by building and processing a tree of structs to execute Huffman's encoding algorithm.
Language: C++ - Size: 51.8 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

kalyaniasthana/algorithms-III
coding problems from course 3 of the Algorithms specialization
Language: Python - Size: 10.1 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

zxuu/Haffuman-compressed-files
哈夫曼编解码压缩文件,只需在电脑选择要压缩的文件即可压缩,压缩后重新选择压缩的文件可进行解压。
Language: C++ - Size: 115 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

benadams02/Huffman
Language: C# - Size: 1.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

gopikrishnabs/Data-compression-Using-Huffman-Coding
Data Compression Using Huffman Trees in C.
Language: Python - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

aymyo/huffman-coding-website
An interactive web tool to learn about Huffman Coding, backed with theory to understand its key concepts.
Language: TypeScript - Size: 436 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

FLHonker/HuffmanCompress
Huffman树,Huffman编码,压缩bmp图像。
Language: C++ - Size: 1.21 MB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 16 - Forks: 0

w-henderson/Huffpy
🗜️ Lightweight and efficient Python library for Huffman coding.
Language: Python - Size: 588 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

MuhammadAhmad21042002/Huffman-Encoding-in-Cpp
C++ implementation of Huffman Encoder and Decoder
Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nrutkowski1/HuffmanEncoding
Compress and decompress a file using the Huffman encoding technique
Language: Python - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

DP-0P/File_Compression_and_Decompression_using_Huffman_Coding
File compression using Huffman Coding.
Language: Python - Size: 20.2 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

sumeetshirgure/DynamicPlanarHull
C++ implementations of real time dynamic planar convex hull construction algorithms.
Language: Jupyter Notebook - Size: 1.41 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

SenuriR/Huffman-Coding
[CS112 - Data Structures] Compress data files using Huffman Coding
Language: Java - Size: 109 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

harshmohan07/H-Trees-DSA-2
Implementation of H Tree and Lookup Optimisations in the Implementation.
Language: C - Size: 5.61 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

mihany/Text-Compression-Utility
ASCII files can be compressed to smaller sizes by using variable length Huffman Coding. By analyzing the different probabilities of the various symbols that occur in a given file, we can build a Huffman tree to come up with a minimal, optimized binary list of code words for these symbols.
Language: C++ - Size: 11.9 MB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

rocq-community/huffman
Correctness proof of the Huffman coding algorithm in Coq [maintainer=@palmskog]
Language: Coq - Size: 1.11 MB - Last synced at: 12 days ago - Pushed at: over 1 year ago - Stars: 14 - Forks: 4

mohitisrani/ADS-Huffman-Encoder-and-Decoder
Enabled a Huffman Code based encoder and decoder to compress and transfer an enormous amount of data.
Language: C++ - Size: 2.27 MB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

piravp/huffman-tree-java
Implementation of Huffman tree in Java.
Language: Java - Size: 34.2 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

locchuong/HuffmanCodingTree
Compresses and decompresses files using a Huffman Coding Tree. Run Executable or compile program to run.
Language: C++ - Size: 2.63 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

twinklesharma1311/Huffman-Coding
Implemented Huffman coding algorithm in C as part of under-graduation project. It is a lossless data compression algorithm.
Language: C - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

HelenPolychroni/MultimediaSystems_project23
Multimedia Systems University Project 2023
Language: Python - Size: 52.9 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ozhek/Huffman-Hamming
It is implementation for texts of Huffman and Hamming algorithms for Information Theory course in Astana IT University
Language: Python - Size: 22.6 MB - Last synced at: 5 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

e-hengirmen/Huffman-Coding
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
Language: C++ - Size: 181 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 81 - Forks: 7

austinmhorn/HuffmanTree
Huffman Tree Encoder using custom Priority Queue written in C++
Language: C++ - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

qwerty-w/archiver
Coursework: Archiver
Language: Python - Size: 30.3 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Pankhurisriv/FileCompressor-Decompressor
A program based on Huffman’s Compression Algorithm which can compress and decompress text file consisting of 128 ASCII characters.
Language: C++ - Size: 88.9 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Clxssyy/huffmantree
CPSC 316 Project 2
Language: C++ - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

xlxs4/sicp-huffman
Huffman Tree generation, encoding and decoding, in Scheme
Language: Scheme - Size: 4.88 KB - Last synced at: about 13 hours ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

notsojay/huffman_tree
Language: C++ - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

walkerrandolphsmith/js-data-structures
Javascript implementations of common data structures.
Language: JavaScript - Size: 295 KB - Last synced at: 7 days ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

trenthuber/huffman
File compression algorithm implemented as a command line utility for UNIX and Unix-like operating systems.
Language: C - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

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.
Language: Python - Size: 76.2 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 2

joshroybal/huffman-racket
Racket Scheme Huffman encoding compression and decompression.
Language: Racket - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

exsandebest/Archiver
Archiver based on the Huffman algorithm in Qt
Language: C++ - Size: 136 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dakota-kallas/Huffman-Encoder-Decoder
A Java implementation of a .txt file encoder and decoder using Huffman Trees.
Language: Java - Size: 6.76 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

HippoBaro/n_ary_huffman_tree 📦
[Tsinghua University — Multimedia] N-ary Huffman Tree encoder
Language: C++ - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

masscry/cdr 📦
Static huffman coding implementation
Language: C++ - Size: 977 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

jeankhawand/Huffman 📦
Data Structure Project
Language: C++ - Size: 69.3 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

lucasbuschlinger/huffman 📦
Huffman compressor/decompressor
Language: C - Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

strmrider/Data-compression
Data compression C++ library
Language: C++ - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

OskarCali/Huffman 📦
Programa para obtener la cantidad de información de un texto. Ingeniería en Software UPPachuca (PE 2010). Seguridad Informática.
Language: C# - Size: 685 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

sangam10/huffman-coding-algorithm
Huffman Coding Algorithm(Greedy technique)
Language: C# - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mohamedAhmedMokhtarElkomy/Huffman-coding-algorithm
App using c-language to make compress and decompress for text files
Language: C++ - Size: 93.8 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Reda-BELHAJ/Huffmancoding
This program compresses a string of characters using Huffman's algorithm.
Language: C - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

V-Wong/Huffman-Encoding
Browser-based Huffman encoding visualisation tool written in Typescript with HTML Canvas.
Language: TypeScript - Size: 4.5 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0

arnab132/Huffman-Coding-Python
Implementation of Huffman Coding using Python
Language: Python - Size: 30.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 3

kclejeune/HuffmanCompressor
Create files with Huffman Encodings based on input and compression files
Language: Java - Size: 10.7 MB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
