Using huffman coding to compress-decompress real-world files
-
Updated
Jul 27, 2022 - C
Using huffman coding to compress-decompress real-world files
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
Implementation of the Huffman Algorithm. (Linked List, Trees, Files)
This program compresses a string of characters using Huffman's algorithm.
(Student Lab Project) A very small command-line program that encodes and decodes files via Huffman coding algorithm
Código do projeto proposto pelo professor Bruno Macchiavello, como forma de avaliação da disciplina Estrutura de Dados (116319) turma D do semestre 2-2018 do curso de licenciatura em Computação da Universidade de Brasília, realizado pelo estudante Felipe Luís Pinheiro em C.
Huffman tree encoding & decoding for data compression
Implémentation de l'algorithme adaptatif d'Huffman en C
Il progetto si basa sulla gestione di un dizionario, ma aggiunge importanti funzionalità come la CODIFICA e DECODIFICA di HUFFMAN. Tale progetto è iniziato come esercizio universitario per poi ampliarsi allo stato attuale !!
Trabalho de Organização de Arquivos e Dados referente ao Algoritmo de Huffman. Código foi escrito em linguagem c.
Implementation of Huffman Coding in C
Implemented Huffman coding algorithm in C as part of under-graduation project. It is a lossless data compression algorithm.
Implementing Huffman Trees to encode/decode text in pure C!
based on the Huffman algorithm
A text file compressor/decompressor
Add a description, image, and links to the huffman-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the huffman-algorithm topic, visit your repo's landing page and select "manage topics."