Proof-of-concept Huffman coding implementation with GUI interface. Educational project completed for UT Austin CS 314 (Mike Scott). Tested on various media files including cat memes and video files.
- Huffman encoding and decoding
- GUI interface for compression/decompression operations
- Supports binary files (images, videos, etc.)
Compile and run with Java:
cd src; javac *.java; java HuffOr if using an IDE, run the Huff.java main class.
- Mike Scott - Professor of Instruction
- Derek Chen - UT Austin CS 314
- Shantikiran Chanal - UT Austin CS 314