Huffman Encoding GUI Interface
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2015-12-14 21:32:17 -05:00
bin/huffman Verified compression/uncompression works with all files. 2014-04-27 16:25:01 -04:00
src/huffman Verified compression/uncompression works with all files. 2014-04-27 16:25:01 -04:00
LICENSE Updated README/License information 2014-04-27 16:30:01 -04:00
README.md Update README.md 2015-12-14 21:32:17 -05:00
screenshot.png Added screenshot. 2014-08-07 21:07:09 -04:00

Huffman Encoding

[VERSION 1.0.0 - 04/27/2014]

alt tag

The following is a graphical implementation of the huffman encoding compression algorithm, done for extra credit in one of my computer science classes. The program appears to work with the various files tested, though this testing was not rigorously performed.

It enables selection of files to compress; it will also display the compression table and decompression table during compression and decompression of files respectively.

Quickstart

git clone https://github.com/jrpotter/Huffman.git
cd Huffman/bin
java huffman.Main