Using huffman coding to compress-decompress real-world files
-
Updated
Jul 27, 2022 - C
Using huffman coding to compress-decompress real-world 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
Implementation of the Huffman Algorithm. (Linked List, Trees, 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
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.
based on the Huffman algorithm
Huffman tree encoding & decoding for data compression
Implemented Huffman coding algorithm in C as part of under-graduation project. It is a lossless data compression algorithm.
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.
Implémentation de l'algorithme adaptatif d'Huffman en C
Implementation of Huffman Coding in C
A text file compressor/decompressor
Intuitive Compression using Huffman Encoding
Implementing Huffman Trees to encode/decode text in pure C!
An implementation of the Huffman coding algorithm for compressing and decompressing text files.
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."