A PE (Portable Executable) packer with Huffman Compression and Xor encryption.
-
Updated
Sep 11, 2021 - C++
A PE (Portable Executable) packer with Huffman Compression and Xor encryption.
Password Generation using Markov models, Huffman trees, and Charles Dickens
Huffman encode/decode text
Huffman coding implementation in Go (Huffman tree, Symbol table, Huffman Reader + Writer).
A file compressing web application designed using the concept of Huffman Coding.
Encode Decode Step by Step is an open-source educational application designed to simplify bitwise file encodings. It integrates six encoding algorithms: Delta, Unary, Elias-Gamma, Fibonacci, Golomb, and Huffman - through a user-friendly graphical interface. Ideal for educational use, this tool offers a hands-on approach to teach encoding strategies
Huffman树,Huffman编码,压缩bmp图像。
C program written to encode (compress) and decode (decompress) a text file in Huffman Encoding method.
Correctness proof of the Huffman coding algorithm in Coq [maintainer=@palmskog]
All projects of Data Structure course in an integrated GUI application
LittleBit is a pure Huffman coding compression algorithm with the option of random access reading while offering competitive compression ratios.
A c++ program to compresses and decompresses files using Huffman algorithm.
C++ implementations of real time dynamic planar convex hull construction algorithms.
Browser-based Huffman encoding visualisation tool written in Typescript with HTML Canvas.
Implementation of Huffman Coding using Python
This repo is an implementation of both constant and variable huffman encoding.
Final exam of "Data Structures and Algorithms in Java" class. Code was modified from the original one for publishing on the public place.
Created a new compressed bitmap format .cmpbmp to compress 24 bit bitmap files using Huffman compression algorithm.
Python code for Huffman's compression algorithm
Add a description, image, and links to the huffman-tree topic page so that developers can more easily learn about it.
To associate your repository with the huffman-tree topic, visit your repo's landing page and select "manage topics."