🗜️ Имплементация алгоритма Хаффмана на Qt.
-
Updated
Nov 26, 2018 - C++
🗜️ Имплементация алгоритма Хаффмана на Qt.
C++ implementation of Huffman Encoder and Decoder
A simple archiver that uses a two‑pass Huffman coding algorithm with 2‑symbol blocks.
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 implementation for encode/decode text
<多媒体计算机技术> 专选课作业
A small implementation of Huffman encoding and decoding in Java
Huffman Coding
TextCompressor with compression and decompression algorithms: LZW RLE Huffman Coding algorithm
Huffman Tree Encoder using custom Priority Queue written in C++
This repository provides an implementation of a compression algorithm of this type, the Huffman algorithm. This algorithm is implemented in the Python programming language.
This Java repository contains a robust implementation of Huffman encoding and decoding algorithms
An Web Application that uses Huffman Coding for compressing & decompressing txt files.
Tool to compress and decompress text files. Uses huffman encoding.
Huffman code is a data compression algorithm which uses the greedy technique for its implementation. The algorithm is based on the frequency of the characters appearing in a file.
O algoritmo realiza a compactação e descompactação de arquivos texto através da técnica de Árvores de Huffman.
In this project flights are scheduled based on from place and to place. And for this scheduling "greedy algorithm" is used to get minimum number of flights to cover all the trips. And tickets can be booked for the flights scheduled and boarding can be done for getting tickets.
Java compression application based on Huffman's coding
Add a description, image, and links to the huffman-decoder topic page so that developers can more easily learn about it.
To associate your repository with the huffman-decoder topic, visit your repo's landing page and select "manage topics."