102 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.
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++
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.
avestura / Data Structure AppAll projects of Data Structure course in an integrated GUI application
JoshuaEbenezer / Huffman EncodingHuffman encoding of Bitmap images
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.
PhoenixDD / Huffman Encode DecodeA c++ program to compresses and decompresses files using Huffman algorithm.
MinhasKamal / FileSqueezerSimple File Compressor & Extractor (huffman-algorithm-compression-zip)
josgard94 / JPEGCompression of images with JPEG algorithm using python and Huffman codes.
tarek99samy / Huffman Code VisulizerA simple visualization for huffman tree, which is used in encoding text.
sondosaabed / Huffman EncodingJava project that implemnts Huffman encoding algorithm
sallar-ba / Data CompressionThis Repo Includes Data Compression Algorithm and Source Code Implemented Using Huffman Algorithm.
xhk1217 / Hkziphkzip是一个用 C++ 和 qt 框架实现的一个解压缩小工具,原理为哈夫曼编码 ,支持拖入文件进行压缩和解压缩操作 (hkzip is a file compression and decompression tool implemented in C++ and qt, based on the Huffman coding algorithm.)
supertinou / HuffmanThe Huffman encoding compression algorithm
andrewkamble88 / Image Compression By Huffman CodingCompression of image by using OpenCV library and Huffman Coding Algorithm
mrsarm / CompresImplementación Algoritmo de Huffman, código original de Salvador Pozo Coronado
edvujic / LZ77 DEFLATE CompressionDEFLATE combines the LZ77 algorithm and Huffman Coding to achieve high compression ratios. This project is designed to be a straightforward and practical resource for anyone looking to understand or utilize DEFLATE compression in their applications.