106 skills found · Page 2 of 4
kapenga / LittleBitLittleBit is a pure Huffman coding compression algorithm with the option of random access reading while offering competitive compression ratios.
jude-miller-dev / Huffman Text Compressor本项目是基于 Java 实现的哈夫曼编码文本压缩解压工具,按照字符频率构建哈夫曼树、生成哈夫曼编码映射、压缩解压文件。 This project is a Huffman coding-based text compression and decompression tool implemented in Java. It constructs a Huffman tree according to character frequencies, generates Huffman coding mappings, and enables file compression and decompression.
GaurishIIITNR / CompressXDeveloped a web-based file compression and decompression tool by using HTML, CSS and JavaScript with the help of Huffman's Algorithms and Heap.
AshishYUO / Huffman CompressionHuffman Compression Algorithm using C++
rocq-community / HuffmanCorrectness proof of the Huffman coding algorithm in Coq [maintainer=@palmskog]
Wittline / WbzA parallel implementation of the bzip2 data compressor in python, this data compression pipeline is using algorithms like Burrows–Wheeler transform (BWT) and Move to front (MTF) to improve the Huffman compression. For now, this tool only will be focused on compressing .csv files, and other files on tabular format.
niravcodes / Huffman CompressionThe implementation of the Huffman algorithm as a command line utility.
PhoenixDD / Huffman Encode DecodeA c++ program to compresses and decompresses files using Huffman algorithm.
hoheinzollern / DWTCodecSimple image compression/decompression algorithm using DWT (discrete wavelet transform) and RLE+Huffman encoding.
lffg / CompressingBasic (and naive) LZW and Huffman compression algorithms in Rust.
3bbaas / HuffmanCodingImplementationAn implementation of the Huffman coding algorithm in C++ for efficient text compression. This project demonstrates how to build a binary tree to generate optimal prefix codes for characters based on their frequencies.
MinhasKamal / FileSqueezerSimple File Compressor & Extractor (huffman-algorithm-compression-zip)
Heru-Luin / PHP HuffmanA fast and simple implementation of Huffman's algorithm in PHP.
josgard94 / JPEGCompression of images with JPEG algorithm using python and Huffman codes.
sondosaabed / Huffman EncodingJava project that implemnts Huffman encoding algorithm
ZdravkoHvarlingov / Huffman CodingA small C++ console application demonstrating the Huffman coding and Adaptive Huffman coding algorithms.
bharath3794 / Algorithms Illuminated Part 3This is the implementation of 3rd Part in 3-Part Series of Algorithms Illuminated Book. All Implementations in this repository are written in both Python and Golang. Single IPython Notebook contains all Algorithms given in this Part 3.
haqu / HuffmanHuffman coding algorithm
lydell / N Ary HuffmanAn n-ary Huffman algorithm implementation.
sallar-ba / Data CompressionThis Repo Includes Data Compression Algorithm and Source Code Implemented Using Huffman Algorithm.