-
Updated
Sep 14, 2017 - C++
huffman-encoder
Here are 30 public repositories matching this topic...
[Tsinghua University — Multimedia] N-ary Huffman Tree encoder
-
Updated
Oct 12, 2017 - C++
Visual Studio 2017 C++ Console Project
-
Updated
Mar 27, 2018 - C++
🗜️ Имплементация алгоритма Хаффмана на Qt.
-
Updated
Nov 26, 2018 - C++
Public Huffman encoder
-
Updated
Dec 5, 2018 - C++
A compression algorithm using huffman method
-
Updated
Dec 7, 2018 - C++
Huffman encoder project made in Microsoft visual studio for Data Structures and Algorithm course
-
Updated
Jun 19, 2020 - C++
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.
-
Updated
Mar 18, 2021 - C++
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.
-
Updated
Apr 1, 2021 - C++
【C++】自适应哈夫曼编码
-
Updated
Apr 22, 2021 - C++
The huffPP (Huffman Coding Plus Plus) is a utility tool written in C++ 20 to compact and unzip files using the huffman coding algorithm.
-
Updated
May 5, 2021 - C++
This project encodes then decodes sentences with HUFFMAN Decoding Way. Huffman algorithm and binary tree implementation.
-
Updated
Aug 10, 2021 - C++
App using c-language to make compress and decompress for text files
-
Updated
Nov 22, 2021 - C++
An adaptive huffman encoding/decoding algorithm that can compress a file based on the frequencies of the occurrences of each letter.
-
Updated
Jun 13, 2022 - C++
Tool to compress and decompress text files. Uses huffman encoding.
-
Updated
Aug 22, 2022 - C++
Program that compresses and decompresses text files with the Huffmann’s method.
-
Updated
Oct 7, 2022 - C++
Implementation of Compression Huffman Algorithm in C++
-
Updated
Nov 18, 2022 - C++
encoding and compression using huffman coding algorithm in C++
-
Updated
Dec 22, 2022 - C++
Improve this page
Add a description, image, and links to the huffman-encoder topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the huffman-encoder topic, visit your repo's landing page and select "manage topics."