An open API service providing repository metadata for many open source software ecosystems.

Topic: "huffman-algorithm"

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

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

TheNilesh/huffman

Using huffman coding to compress-decompress real-world files

Language: C - Size: 29.3 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 45 - Forks: 20

kelreel/huffman-javascript

Huffman encode/decode text

Language: TypeScript - Size: 1.99 MB - Last synced at: 12 days ago - Pushed at: over 1 year ago - Stars: 31 - Forks: 3

Elzawawy/huffman-coding-zipper

A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.

Language: C++ - Size: 6.2 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 19 - Forks: 14

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: about 1 year ago - Pushed at: about 1 year ago - Stars: 18 - Forks: 1

PhoenixDD/Huffman-Encode_Decode

A c++ program to compresses and decompresses files using Huffman algorithm.

Language: C++ - Size: 3.91 KB - Last synced at: 19 days ago - Pushed at: almost 8 years ago - Stars: 10 - Forks: 4

MinhasKamal/FileSqueezer

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

Language: C++ - Size: 2.07 MB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 8 - Forks: 5

SubZer0811/huffman

This repo is an implementation of both constant and variable huffman encoding.

Language: C++ - Size: 339 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0

dat911zz/Huffman

Mã hóa Huffman (giải thuật tham lam), sử dụng cây nhị phân để tạo bảng mã Huffman, giải quyết vấn đề nén chuỗi. Chống chỉ định cho người yếu tim, người sợ độ cao :))

Language: C++ - Size: 123 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

onesy-me/huffman-code

Huffman code

Language: TypeScript - Size: 723 KB - Last synced at: 13 days ago - Pushed at: 7 months ago - Stars: 4 - Forks: 0

ElizaLo/Data-Compression-Methods

Hamming, Huffman and etc algorithms

Language: Jupyter Notebook - Size: 18.6 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 1

Abhikar12/File-Compression

The project is to design compression and decompression programs using Huffman Coding. The idea is to assign variable length codes to input characters based on their frequencies. The more the frequency of the character the shorter the code assigned to it.

Language: C++ - Size: 167 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

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.

Language: C++ - Size: 700 KB - Last synced at: 25 days ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

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.

Language: C++ - Size: 51.8 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

tjazerzen/Huffman_encoding_decoding

Huffman encoding and decoding tree in python

Language: Python - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 2

SharifAmit/HuffmanCoding

Huffman compression algorithm made with python

Language: Python - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

andreemedeiros/Huffman-UVM

Projeto de verificação UVM para um RTL de Decodificador de Huffman.

Language: SystemVerilog - Size: 81.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - 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

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

edg-l/rustyman

Huffman compression and decompression implemented in rust

Language: Rust - Size: 28.3 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

AbdallahHemdan/HuffmanCodingAlgorithmAssignment

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

Language: C++ - Size: 14.2 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

jermp/entropy_coding

Some entropy coding algorithms in C++.

Language: C++ - Size: 17.6 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 1

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

formiat/Huffman_Archiver

Visual Studio 2017 C++ Console Project

Language: C++ - Size: 23.4 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

HUMBLEF0OL/file-squeeze

FileSqueeze is a lightweight command-line tool that compresses and decompresses text-based files (.txt, .json, .docx, .pdf) using the Huffman Coding algorithm. It provides detailed compression metrics, storage savings visualization, and an intuitive CLI for seamless usage. Currently in beta.

Language: JavaScript - Size: 5.7 MB - Last synced at: 17 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 1

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.

Language: Java - Size: 97 MB - Last synced at: 5 days ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

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

geekyharsh05/Huffman-Encoder

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

Language: Python - Size: 17.6 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

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.

Language: C++ - Size: 27.3 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

davisakamoto/HuffmanCompactor

Compactador e descompactador de arquivos em C++ que utiliza o algoritmo de Huffman

Language: C++ - Size: 416 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

thery/huffman Fork of coq-community/huffman

A correctness proof of the Huffman coding algorithm in Coq [maintainer=@palmskog]

Language: Coq - Size: 188 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Gautam8387/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

Language: C - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - 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

fit-hcmus-k21/dsa-huffman-algorithm 📦

:jigsaw: an assignment in dsa about read dir, list subfolders and files , encode and decode with huffman algorithm :reminder_ribbon:

Language: C++ - Size: 366 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

YawKar/huffman-coding

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

Language: C - Size: 772 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

alishhde/HuffmanAlgorithm

In this repo you can see my implementation of Huffaman algorithm in python.

Language: Python - Size: 30.3 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

JLMSC/Codificacao-Huffman

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

Language: Java - Size: 128 KB - Last synced at: about 7 hours ago - Pushed at: about 3 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

ShikharSahu/HuffmanCoder

A simple package that allows you to perform Huffman coding on user input strings.

Language: Python - Size: 10.7 KB - Last synced at: 19 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

lingbai-kong/huffman

同济大学CS《数据结构课程设计》暑期作业TongJi University CS data structure assignment

Language: Python - Size: 562 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

tech-sam/HuffmanDecoding

Huffman Coding

Language: Java - Size: 64.5 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

srsandy/Huffman-Coding

Huffman Coding implementation in java

Language: Java - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 4

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

aklsh/Huffman-Encoder

Repository that implements the Huffman Encoding Algorithm to effectively compress text files.

Language: C++ - Size: 133 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 1

lantoniogc/HuffmanAlgorithm

Implementation of the Huffman Algorithm. (Linked List, Trees, Files)

Language: C - Size: 9.77 KB - Last synced at: 11 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

nurfawaiq/kompresi-huffman

Teknik Kompresi dengan Algoritma Huffman

Language: Java - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

shixiongfei/huffman

Huffman coding

Language: C - Size: 8.79 KB - Last synced at: 4 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

andrew-malikov/coding-theory 📦

Examples of Coding Theory

Language: Kotlin - Size: 109 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

LucasEsposito/UTN-Practice-AlgorithmsAndDataStructures

[2014] Trabajo práctico de algoritmos y estructuras de datos - Compresor de archivos (algoritmo de Huffman): C++

Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 1

PYJS123/pyjs123-huffman-coding

Some python code I made which can create a Huffman tree and which can compress and decompress text using Huffman coding.

Language: Python - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: about 1 month 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

micheledinelli/huffman-coding

Huffman coding implementation for lossless file compression in Go

Language: Go - Size: 3.88 MB - Last synced at: 20 days 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

bursasha/cpp-projects

Programming and algorithmization in C++ 🖥

Language: C++ - Size: 156 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ismaildrs/huffman-compression

An implementation of huffman compression using c++

Language: Makefile - Size: 105 KB - Last synced at: 8 days ago - Pushed at: about 1 year 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: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

alicescfernandes/image-compression

Language: Python - Size: 540 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 19.5 KB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Minoxs/Huffman

Implementing Huffman Trees to encode/decode text in pure C!

Language: C - Size: 80.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Metacometa/hse-second-year-paper

Курсовая работа по реализации десктопного приложения с архиваторами

Language: C++ - Size: 92.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mohit01-10/LZW_and_Huffman_Compression_Algorithm

Implemented Huffman and LZW lossless data compression techniques.

Language: Python - Size: 11.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

aaqibhakeem/File_Compression_Decompression

Intuitive Compression using Huffman Encoding

Language: C - Size: 17.6 KB - Last synced at: about 1 month ago - Pushed at: over 1 year 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

dipta007/huffman-coding-encryption

Simple python to encrypt and decrypt SECRET text file.

Language: Python - Size: 29.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

giftthedeveloper/huffman-compression-tool

A simple Command line tool project that implementes the Huffman algorithm for loselless compression built in TypeScript.

Language: TypeScript - Size: 222 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

estefanostroher/codigo-de-huffman

Trabalho de Organização de Arquivos e Dados referente ao Algoritmo de Huffman. Código foi escrito em linguagem c.

Language: C - Size: 22.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - 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

arharif/huffman-in-C-

Huffman Coding Algorithm using C++

Language: C++ - Size: 892 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

nandan7198/Huffman-Text-File-zipper

"Text File Zipper using Huffman Coding" written in C++ to Compress and Decompress Text files.

Language: C++ - Size: 5.73 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

michaelskyf/libhuffman

C++ library for decoding and encoding data using Huffman coding

Language: C++ - Size: 389 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Bardiafa/Hufman-Encoding-and-Decoding

📜️ Huffman coding algorithm for text compression & calculates frequency of characters in a given text and builds a Huffman tree for encoding.

Language: Java - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Bardiafa/Winding-String-Checker

🧵 Java program to determine if a string is a "winding string". A winding string can be transformed into "0" by removing either the last character or the last two characters if they are "00".

Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 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

pard1s/Huffman

Text encryption and decryption using Huffman Code with java

Language: Java - Size: 318 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

rahul-gilhotra/Huffman-backNforth

A java program can be used to compress and decompress text or files.

Language: Java - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 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

joulook/Algorithms-Analysis-and-Design-Spring-2017

In this repository, you can discover all of my assignments for the Algorithms Design and Analysis Course when I was in 4th semester of my bachelor's at IAUSTB.

Language: C# - Size: 11.9 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

sajjadghorbani80/Huffman-Algorithm

Huffman Algorithm implement using Asp.net Core and Blazor

Language: C# - Size: 192 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

mahmoudai1/huffman-compression

From scratch Huffman Compression to any type of files using C++

Language: C++ - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Anjana41/Huffman-encoding_decoding_project

this project includes encoding and decoding for a sample text file using concepts of Huffman encoding and decoding.

Language: Python - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alimaharramli/Arch-ex

Arch(ex) - Archive and Extract (File compression using Huffman Coding)

Language: C++ - Size: 89.8 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

RamadanIbrahem98/huffmanCoding

Huffman Compression Algorithm Implementation on PGM photo format

Language: C++ - Size: 8.86 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

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

tearat/rust-haffy

Encodes and decodes text with Huffman process

Language: Rust - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

leyyce/HuffmanCodec

Java implementation of Huffman coding

Language: Java - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ocrim1996/HuffmanCodes

A Python script to implement Huffman codes.

Language: Python - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

NikosNikolopoulos/StringCompressionMethods

Programming assignment on string compression methods.

Language: Java - Size: 1.11 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

red7x/huffman

Huffman coding implementation

Language: Go - Size: 3.91 KB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Stalker7101/Archiver

Implementation of two types of archivers: one uses Haffman static algorithm and another uses Vitter dynamic algorithm

Language: C++ - Size: 86.9 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

sp3arm4n/Algorithm

단국대학교 알고리즘 과제

Language: Java - Size: 38.1 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - 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

RafaelBortolozo/Codificacao_Huffman

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

Language: C++ - Size: 412 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

jacobsebek/huffman

A text file compressor/decompressor

Language: C - Size: 2.47 MB - Last synced at: over 1 year ago - Pushed at: over 4 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

iamgrewal7/Huffman-Algorithm

Implementation of Huffman Algorithm in Go

Language: Go - Size: 23.4 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

nodew/Huffman

A Huffman encoding and decoding implementation in F#

Language: F# - Size: 19.5 KB - Last synced at: 11 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

OakAnderson/huffman-coding

An implementation of huffman coding in go

Language: Go - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

psalire/Huffman-Tree

Huffman tree encoding & decoding for data compression

Language: C - Size: 28.3 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Related Topics